public class AssetsResponse extends PagedResponse
| Constructor and Description |
|---|
AssetsResponse()
Default constructor
|
AssetsResponse(AssetsResponse 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<Asset> |
getAssets()
Return the list of glossary terms in the response.
|
int |
hashCode()
Return hash code for this object
|
void |
setAssets(List<Asset> assets)
Set up the list of glossary terms for the response.
|
String |
toString()
JSON-style toString
|
getStartingFromElement, setStartingFromElementgetExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic AssetsResponse()
public AssetsResponse(AssetsResponse template)
template - object to copypublic List<Asset> getAssets()
public void setAssets(List<Asset> assets)
assets - listpublic String toString()
toString in class PagedResponsepublic boolean equals(Object objectToCompare)
equals in class PagedResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class PagedResponseCopyright © 2018–2019 ODPi. All rights reserved.