public abstract class CIMGeometricEffect extends CIMObject
| Constructor and Description |
|---|
CIMGeometricEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
java.lang.String |
getPrimitiveName()
Gets the primitive name.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setPrimitiveName(java.lang.String primitiveName)
Sets the primitive name.
|
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)