public class Endpoint extends DirectoryObject implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
capability
The Capability.
|
java.lang.String |
providerId
The Provider Id.
|
java.lang.String |
providerName
The Provider Name.
|
java.lang.String |
providerResourceId
The Provider Resource Id.
|
java.lang.String |
uri
The Uri.
|
deletedDateTime| Constructor and Description |
|---|
Endpoint() |
| 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="capability",
alternate="Capability")
@Expose
public java.lang.String capability
@SerializedName(value="providerId",
alternate="ProviderId")
@Expose
public java.lang.String providerId
@SerializedName(value="providerName",
alternate="ProviderName")
@Expose
public java.lang.String providerName
@SerializedName(value="providerResourceId",
alternate="ProviderResourceId")
@Expose
public java.lang.String providerResourceId
@SerializedName(value="uri",
alternate="Uri")
@Expose
public java.lang.String uri
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