Package org.elasticsearch.client.license
Class StartTrialRequest
- java.lang.Object
-
- org.elasticsearch.client.license.StartTrialRequest
-
- All Implemented Interfaces:
Validatable
public class StartTrialRequest extends Object implements Validatable
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description StartTrialRequest()StartTrialRequest(boolean acknowledge)StartTrialRequest(boolean acknowledge, String licenseType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLicenseType()booleanisAcknowledge()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.client.Validatable
validate
-
-
-
-
Method Detail
-
isAcknowledge
public boolean isAcknowledge()
-
getLicenseType
public String getLicenseType()
-
-