public class ZoneRequestBody extends ReferenceableRequestBody
additionalProperties, classifications, extendedProperties, meanings, qualifiedName, typeName| Constructor and Description |
|---|
ZoneRequestBody()
Default constructor
|
ZoneRequestBody(ZoneRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getCriteria()
Return the full path of the file - this should be unique.
|
String |
getDescription()
Return the description of the file.
|
String |
getDisplayName()
Return the display name of the file
|
int |
hashCode()
Return hash code for this object
|
void |
setCriteria(String criteria)
Set up the full path of the file - this should be unique.
|
void |
setDescription(String description)
Set up the description of the file.
|
void |
setDisplayName(String displayName)
Set up the display name of the file.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getClassifications, getExtendedProperties, getMeanings, getQualifiedName, getTypeName, setAdditionalProperties, setClassifications, setExtendedProperties, setMeanings, setQualifiedName, setTypeNamepublic ZoneRequestBody()
public ZoneRequestBody(ZoneRequestBody template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - string descriptionpublic String getCriteria()
public void setCriteria(String criteria)
criteria - string namepublic String toString()
toString in class ReferenceableRequestBodypublic boolean equals(Object objectToCompare)
equals in class ReferenceableRequestBodyobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceableRequestBodyCopyright © 2018–2019 ODPi. All rights reserved.