public class TypeDefListResponse extends OMRSAPIResponse
exceptionClassName, exceptionErrorMessage, exceptionProperties, exceptionSystemAction, exceptionUserAction, relatedHTTPCode| Constructor and Description |
|---|
TypeDefListResponse()
Default Constructor
|
TypeDefListResponse(TypeDefListResponse 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<TypeDef> |
getTypeDefs()
Return the list of typeDefs
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setTypeDefs(List<TypeDef> typeDefs)
Set up the list of typeDefs
|
String |
toString()
Standard toString method.
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic TypeDefListResponse()
public TypeDefListResponse(TypeDefListResponse template)
template - object to copypublic List<TypeDef> getTypeDefs()
public void setTypeDefs(List<TypeDef> typeDefs)
typeDefs - list of typeDefspublic 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.