Package org.elasticsearch.client.xpack
Class XPackInfoResponse
java.lang.Object
org.elasticsearch.client.xpack.XPackInfoResponse
public class XPackInfoResponse
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXPackInfoResponse.BuildInfostatic classXPackInfoResponse.FeatureSetsInfostatic classXPackInfoResponse.LicenseInfo -
Field Summary
Fields Modifier and Type Field Description static longBASIC_SELF_GENERATED_LICENSE_EXPIRATION_MILLISValue of the license's expiration time if it should never expire. -
Constructor Summary
Constructors Constructor Description XPackInfoResponse()XPackInfoResponse(XPackInfoResponse.BuildInfo buildInfo, XPackInfoResponse.LicenseInfo licenseInfo, XPackInfoResponse.FeatureSetsInfo featureSetsInfo) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object other)static XPackInfoResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)XPackInfoResponse.BuildInfogetBuildInfo()XPackInfoResponse.FeatureSetsInfogetFeatureSetsInfo()XPackInfoResponse.LicenseInfogetLicenseInfo()inthashCode()java.lang.StringtoString()
-
Field Details
-
BASIC_SELF_GENERATED_LICENSE_EXPIRATION_MILLIS
public static final long BASIC_SELF_GENERATED_LICENSE_EXPIRATION_MILLISValue of the license's expiration time if it should never expire.
-
-
Constructor Details
-
XPackInfoResponse
public XPackInfoResponse() -
XPackInfoResponse
public XPackInfoResponse(@Nullable XPackInfoResponse.BuildInfo buildInfo, @Nullable XPackInfoResponse.LicenseInfo licenseInfo, @Nullable XPackInfoResponse.FeatureSetsInfo featureSetsInfo)
-
-
Method Details
-
getBuildInfo
- Returns:
- The build info (incl. build hash and timestamp)
-
getLicenseInfo
- Returns:
- The current license info (incl. UID, type/mode. status and expiry date). May return
nullwhen no license is currently installed.
-
getFeatureSetsInfo
- Returns:
- The current status of the feature sets in X-Pack. Feature sets describe the features available/enabled in X-Pack.
-
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
fromXContent
public static XPackInfoResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-