public abstract class CIMSymbolAnimation extends CIMObject
| Constructor and Description |
|---|
CIMSymbolAnimation() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
CIMAnimatedSymbolProperties |
getAnimatedSymbolProperties()
Gets the animated symbol properties.
|
java.lang.String |
getPrimitiveName()
Gets the primitive name.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setAnimatedSymbolProperties(CIMAnimatedSymbolProperties animatedSymbolProperties)
Sets the animated symbol properties.
|
void |
setPrimitiveName(java.lang.String primitiveName)
Sets the primitive name.
|
public CIMAnimatedSymbolProperties getAnimatedSymbolProperties()
public void setAnimatedSymbolProperties(CIMAnimatedSymbolProperties animatedSymbolProperties)
public java.lang.String getPrimitiveName()
public void setPrimitiveName(java.lang.String primitiveName)
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)