public class SchemaAttributesResponse extends PagedResponse
| Constructor and Description |
|---|
SchemaAttributesResponse()
Default constructor
|
SchemaAttributesResponse(SchemaAttributesResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<SchemaAttribute> |
getList()
Return the responseObjects result.
|
int |
hashCode()
Return hash code for this object
|
void |
setList(List<SchemaAttribute> responseObjects)
Set up the responseObjects result.
|
String |
toString()
JSON-style toString
|
getStartingFromElement, setStartingFromElementgetActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic SchemaAttributesResponse()
public SchemaAttributesResponse(SchemaAttributesResponse template)
template - object to copypublic List<SchemaAttribute> getList()
public void setList(List<SchemaAttribute> responseObjects)
responseObjects - list of response objectspublic String toString()
toString in class PagedResponsepublic boolean equals(Object objectToCompare)
equals in class PagedResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class PagedResponseCopyright © 2018–2020 ODPi. All rights reserved.