Module org.elasticsearch.xcore
Package org.elasticsearch.license
Class GetFeatureUsageResponse.FeatureUsageInfo
java.lang.Object
org.elasticsearch.license.GetFeatureUsageResponse.FeatureUsageInfo
- All Implemented Interfaces:
Writeable
- Enclosing class:
GetFeatureUsageResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Constructor Summary
ConstructorsConstructorDescriptionFeatureUsageInfo(String family, String name, ZonedDateTime lastUsedTime, String context, String licenseLevel) -
Method Summary
-
Constructor Details
-
FeatureUsageInfo
public FeatureUsageInfo(@Nullable String family, String name, ZonedDateTime lastUsedTime, @Nullable String context, String licenseLevel) -
FeatureUsageInfo
- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
getFamily
-
getName
-
getLastUsedTime
-
getContext
-
getLicenseLevel
-