public class GovernanceZoneElement extends Object implements Serializable
| Constructor and Description |
|---|
GovernanceZoneElement()
Default constructor
|
GovernanceZoneElement(GovernanceZoneElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
GovernanceZoneProperties |
getGovernanceZoneProperties()
Return the properties of the governance zone.
|
int |
hashCode()
Return hash code for this object
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setGovernanceZoneProperties(GovernanceZoneProperties governanceZoneProperties)
Set up the properties of the governance zone.
|
String |
toString()
JSON-style toString
|
public GovernanceZoneElement()
public GovernanceZoneElement(GovernanceZoneElement template)
template - object to copypublic ElementHeader getElementHeader()
public void setElementHeader(ElementHeader elementHeader)
elementHeader - element header objectpublic GovernanceZoneProperties getGovernanceZoneProperties()
public void setGovernanceZoneProperties(GovernanceZoneProperties governanceZoneProperties)
governanceZoneProperties - properties beanpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.