Class StartTrialRequest

  • All Implemented Interfaces:
    Validatable

    public class StartTrialRequest
    extends java.lang.Object
    implements Validatable
    • Field Summary

    • Method Summary

      Modifier and Type Method Description
      java.lang.String getLicenseType()  
      boolean isAcknowledge()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StartTrialRequest

        public StartTrialRequest()
      • StartTrialRequest

        public StartTrialRequest​(boolean acknowledge)
      • StartTrialRequest

        public StartTrialRequest​(boolean acknowledge,
                                 @Nullable
                                 java.lang.String licenseType)
    • Method Detail

      • isAcknowledge

        public boolean isAcknowledge()
      • getLicenseType

        public java.lang.String getLicenseType()