public class CIMMaplexExternalZonePriorities extends CIMObject
| Constructor and Description |
|---|
CIMMaplexExternalZonePriorities() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMMaplexExternalZonePriorities |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
int |
getAboveCenter()
Gets priority for this position.
|
int |
getAboveLeft()
Gets priority for this position.
|
int |
getAboveRight()
Gets priority for this position.
|
int |
getBelowCenter()
Gets priority for this position.
|
int |
getBelowLeft()
Gets priority for this position.
|
int |
getBelowRight()
Gets priority for this position.
|
int |
getCenter()
Gets priority for this position.
|
int |
getCenterLeft()
Gets priority for this position.
|
int |
getCenterRight()
Gets priority for this position.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setAboveCenter(int aboveCenter)
Sets priority for this position.
|
void |
setAboveLeft(int aboveLeft)
Sets priority for this position.
|
void |
setAboveRight(int aboveRight)
Sets priority for this position.
|
void |
setBelowCenter(int belowCenter)
Sets priority for this position.
|
void |
setBelowLeft(int belowLeft)
Sets priority for this position.
|
void |
setBelowRight(int belowRight)
Sets priority for this position.
|
void |
setCenter(int center)
Sets priority for this position.
|
void |
setCenterLeft(int centerLeft)
Sets priority for this position.
|
void |
setCenterRight(int centerRight)
Sets priority for this position.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public int getAboveLeft()
public void setAboveLeft(int aboveLeft)
public int getAboveCenter()
public void setAboveCenter(int aboveCenter)
public int getAboveRight()
public void setAboveRight(int aboveRight)
public int getCenterRight()
public void setCenterRight(int centerRight)
public int getBelowRight()
public void setBelowRight(int belowRight)
public int getBelowCenter()
public void setBelowCenter(int belowCenter)
public int getBelowLeft()
public void setBelowLeft(int belowLeft)
public int getCenterLeft()
public void setCenterLeft(int centerLeft)
public int getCenter()
public void setCenter(int center)
public static CIMMaplexExternalZonePriorities 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)