public class Contract extends DirectoryObject implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
contractType
The Contract Type.
|
java.util.UUID |
customerId
The Customer Id.
|
java.lang.String |
defaultDomainName
The Default Domain Name.
|
java.lang.String |
displayName
The Display Name.
|
deletedDateTime| Constructor and Description |
|---|
Contract() |
| 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
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="contractType",
alternate="ContractType")
@Expose
public java.lang.String contractType
@SerializedName(value="customerId",
alternate="CustomerId")
@Expose
public java.util.UUID customerId
@SerializedName(value="defaultDomainName",
alternate="DefaultDomainName")
@Expose
public java.lang.String defaultDomainName
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
public java.lang.String displayName
public com.google.gson.JsonObject getRawObject()
getRawObject in class DirectoryObjectprotected ISerializer getSerializer()
getSerializer in class DirectoryObjectpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class DirectoryObjectserializer - the serializerjson - the JSON object to set this object to