public class ResourceOperation extends Entity implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
actionName
The Action Name.
|
java.lang.String |
description
The Description.
|
java.lang.String |
resourceName
The Resource Name.
|
Constructor and Description |
---|
ResourceOperation() |
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="actionName", alternate="ActionName") @Expose public java.lang.String actionName
@SerializedName(value="description", alternate="Description") @Expose public java.lang.String description
@SerializedName(value="resourceName", alternate="ResourceName") @Expose public java.lang.String resourceName
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