public class AssetListResponse extends CommunityProfileOMASAPIResponse
| Constructor and Description |
|---|
AssetListResponse()
Default constructor
|
AssetListResponse(AssetListResponse 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<AssetCollectionMember> |
getAssets()
Return the list of assets in the response.
|
int |
getStartingFromElement()
Return the starting element number from the server side list that this response contains.
|
int |
getTotalListSize()
Return the size of the list at the server side.
|
int |
hashCode()
Return hash code for this object
|
void |
setAssets(List<AssetCollectionMember> assets)
Set up the list of assets for the response.
|
void |
setStartingFromElement(int startingFromElement)
Set up the starting element number from the server side list that this response contains.
|
void |
setTotalListSize(int totalListSize)
Set up the size of the list at the server side.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic AssetListResponse()
public AssetListResponse(AssetListResponse template)
template - object to copypublic List<AssetCollectionMember> getAssets()
public void setAssets(List<AssetCollectionMember> assets)
assets - list of assetspublic int getStartingFromElement()
public void setStartingFromElement(int startingFromElement)
startingFromElement - intpublic int getTotalListSize()
public void setTotalListSize(int totalListSize)
totalListSize - intpublic String toString()
toString in class CommunityProfileOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2019 ODPi. All rights reserved.