Class CreateApplicationVersionResponse


  • public class CreateApplicationVersionResponse
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="applicationVersionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="applicationVersionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="applicationKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="applicationSecret" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="supported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • applicationVersionId

        protected long applicationVersionId
      • applicationVersionName

        protected java.lang.String applicationVersionName
      • applicationKey

        protected java.lang.String applicationKey
      • applicationSecret

        protected java.lang.String applicationSecret
      • supported

        protected boolean supported
    • Constructor Detail

      • CreateApplicationVersionResponse

        public CreateApplicationVersionResponse()
    • Method Detail

      • getApplicationVersionId

        public long getApplicationVersionId()
        Gets the value of the applicationVersionId property.
      • setApplicationVersionId

        public void setApplicationVersionId​(long value)
        Sets the value of the applicationVersionId property.
      • getApplicationVersionName

        public java.lang.String getApplicationVersionName()
        Gets the value of the applicationVersionName property.
        Returns:
        possible object is String
      • setApplicationVersionName

        public void setApplicationVersionName​(java.lang.String value)
        Sets the value of the applicationVersionName property.
        Parameters:
        value - allowed object is String
      • getApplicationKey

        public java.lang.String getApplicationKey()
        Gets the value of the applicationKey property.
        Returns:
        possible object is String
      • setApplicationKey

        public void setApplicationKey​(java.lang.String value)
        Sets the value of the applicationKey property.
        Parameters:
        value - allowed object is String
      • getApplicationSecret

        public java.lang.String getApplicationSecret()
        Gets the value of the applicationSecret property.
        Returns:
        possible object is String
      • setApplicationSecret

        public void setApplicationSecret​(java.lang.String value)
        Sets the value of the applicationSecret property.
        Parameters:
        value - allowed object is String
      • isSupported

        public boolean isSupported()
        Gets the value of the supported property.
      • setSupported

        public void setSupported​(boolean value)
        Sets the value of the supported property.