Package io.getlime.powerauth.soap.v3
Class GetApplicationDetailResponse.Versions
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.GetApplicationDetailResponse.Versions
-
- Enclosing class:
- GetApplicationDetailResponse
public static class GetApplicationDetailResponse.Versions extends java.lang.ObjectJava 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 Summary
Fields Modifier and Type Field Description protected java.lang.StringapplicationKeyprotected java.lang.StringapplicationSecretprotected longapplicationVersionIdprotected java.lang.StringapplicationVersionNameprotected booleansupported
-
Constructor Summary
Constructors Constructor Description Versions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplicationKey()Gets the value of the applicationKey property.java.lang.StringgetApplicationSecret()Gets the value of the applicationSecret property.longgetApplicationVersionId()Gets the value of the applicationVersionId property.java.lang.StringgetApplicationVersionName()Gets the value of the applicationVersionName property.booleanisSupported()Gets the value of the supported property.voidsetApplicationKey(java.lang.String value)Sets the value of the applicationKey property.voidsetApplicationSecret(java.lang.String value)Sets the value of the applicationSecret property.voidsetApplicationVersionId(long value)Sets the value of the applicationVersionId property.voidsetApplicationVersionName(java.lang.String value)Sets the value of the applicationVersionName property.voidsetSupported(boolean value)Sets the value of the supported property.
-
-
-
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
-
-
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 isString
-
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 isString
-
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 isString
-
isSupported
public boolean isSupported()
Gets the value of the supported property.
-
setSupported
public void setSupported(boolean value)
Sets the value of the supported property.
-
-