public class Subscription extends Entity implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
applicationId
The Application Id.
|
java.lang.String |
changeType
The Change Type.
|
java.lang.String |
clientState
The Client State.
|
java.lang.String |
creatorId
The Creator Id.
|
java.util.Calendar |
expirationDateTime
The Expiration Date Time.
|
java.lang.String |
latestSupportedTlsVersion
The Latest Supported Tls Version.
|
java.lang.String |
notificationUrl
The Notification Url.
|
java.lang.String |
resource
The Resource.
|
Constructor and Description |
---|
Subscription() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="resource") @Expose public java.lang.String resource
@SerializedName(value="changeType") @Expose public java.lang.String changeType
@SerializedName(value="clientState") @Expose public java.lang.String clientState
@SerializedName(value="notificationUrl") @Expose public java.lang.String notificationUrl
@SerializedName(value="expirationDateTime") @Expose public java.util.Calendar expirationDateTime
@SerializedName(value="applicationId") @Expose public java.lang.String applicationId
@SerializedName(value="creatorId") @Expose public java.lang.String creatorId
@SerializedName(value="latestSupportedTlsVersion") @Expose public java.lang.String latestSupportedTlsVersion
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Entity
protected ISerializer getSerializer()
getSerializer
in class Entity
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to