Package org.elasticsearch.client.xpack
Class XPackInfoResponse.LicenseInfo
- java.lang.Object
-
- org.elasticsearch.client.xpack.XPackInfoResponse.LicenseInfo
-
- Enclosing class:
- XPackInfoResponse
public static class XPackInfoResponse.LicenseInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description LicenseInfo(String uid, String type, String mode, LicenseStatus status, long expiryDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)longgetExpiryDate()StringgetMode()LicenseStatusgetStatus()StringgetType()StringgetUid()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
LicenseInfo
public LicenseInfo(String uid, String type, String mode, LicenseStatus status, long expiryDate)
-
-
Method Detail
-
getUid
public String getUid()
-
getType
public String getType()
-
getMode
public String getMode()
-
getExpiryDate
public long getExpiryDate()
-
getStatus
public LicenseStatus getStatus()
-
-