public class AttributeTypeDefListResponse extends OMRSAPIResponse
exceptionClassName, exceptionErrorMessage, exceptionProperties, exceptionSystemAction, exceptionUserAction, relatedHTTPCode| Constructor and Description |
|---|
AttributeTypeDefListResponse()
Default constructor
|
AttributeTypeDefListResponse(AttributeTypeDefListResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<AttributeTypeDef> |
getAttributeTypeDefs()
Return the list of AttributeTypeDefs.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
Set up the list of AttributeTypeDefs.
|
String |
toString()
Standard toString method.
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic AttributeTypeDefListResponse()
public AttributeTypeDefListResponse(AttributeTypeDefListResponse template)
template - object to copypublic List<AttributeTypeDef> getAttributeTypeDefs()
public void setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
attributeTypeDefs - a list of AttributeTypeDefspublic String toString()
toString in class OMRSAPIResponsepublic boolean equals(Object objectToCompare)
equals in class OMRSAPIResponseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIResponseCopyright © 2018–2019 ODPi. All rights reserved.