public class CIMShapeVertices extends CIMObject
| Constructor and Description |
|---|
CIMShapeVertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMShapeVertices |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
int |
getIndices()
Gets the indices.
|
java.lang.String |
getShapes()
Gets the shape.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setIndices(int indices)
Sets the indices.
|
void |
setShapes(java.lang.String shapes)
Sets the shape.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public int getIndices()
public void setIndices(int indices)
public java.lang.String getShapes()
public void setShapes(java.lang.String shapes)
public static CIMShapeVertices fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)