public class AssetCollectionRequestBody extends AssetConsumerOMASAPIRequestBody
| Constructor and Description |
|---|
AssetCollectionRequestBody()
Default Constructor
|
AssetCollectionRequestBody(AssetCollectionRequestBody template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Map<String,Object> |
getAdditionalProperties()
Return any additional properties associated with the asset.
|
AssetCollectionOrder |
getCollectionOrdering()
Return the property to use to determine the order that assets are returned.
|
String |
getCollectionUse()
Return the description of how the collection is used by the actor.
|
String |
getDescription()
Return the description for this asset.
|
String |
getDisplayName()
Return the display name for this asset (normally a shortened for of the qualified name).
|
String |
getQualifiedName()
Return the unique name for this asset.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set up any additional properties associated with the asset.
|
void |
setCollectionOrdering(AssetCollectionOrder collectionOrdering)
Set up the property to use to determine the order that assets are returned.
|
void |
setCollectionUse(String collectionUse)
Set up the description of how the collection is used by the actor.
|
void |
setDescription(String description)
Set up the description for this asset.
|
void |
setDisplayName(String displayName)
Set up the display name for this asset (normally a shortened for of the qualified name).
|
void |
setQualifiedName(String qualifiedName)
Set up the unique name for this asset.
|
String |
toString()
JSON-style toString
|
public AssetCollectionRequestBody()
public AssetCollectionRequestBody(AssetCollectionRequestBody template)
template - object being copiedpublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - string namepublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - stringpublic String getCollectionUse()
public void setCollectionUse(String collectionUse)
collectionUse - testpublic AssetCollectionOrder getCollectionOrdering()
public void setCollectionOrdering(AssetCollectionOrder collectionOrdering)
collectionOrdering - AssetCollectionOrder enumpublic Map<String,Object> getAdditionalProperties()
public void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - map of property names to property valuespublic String toString()
toString in class AssetConsumerOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018 ODPi. All rights reserved.