Class AssetCollectionRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityProfileOMASAPIRequestBody
org.odpi.openmetadata.accessservices.communityprofile.rest.AssetCollectionRequestBody
- All Implemented Interfaces:
Serializable
AssetCollectionRequestBody defines the properties used to create an asset connector anchor object.
AssetCollectionMember collections are linked off of the individual's profile.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCopy/clone Constructor - the resulting object. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return any additional properties associated with the asset.Return the property to use to determine the order that assets are returned.Return the description of how the collection is used by the actor.Return the description for this asset.Return the display name for this asset (normally a shortened for of the qualified name).Return the unique name for this asset.int
hashCode()
Return hash code for this objectvoid
setAdditionalProperties
(Map<String, Object> additionalProperties) Set up any additional properties associated with the asset.void
setCollectionOrdering
(CollectionOrder 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.toString()
JSON-style toString
-
Constructor Details
-
AssetCollectionRequestBody
public AssetCollectionRequestBody()Default Constructor -
AssetCollectionRequestBody
Copy/clone Constructor - the resulting object.- Parameters:
template
- object being copied
-
-
Method Details
-
getQualifiedName
Return the unique name for this asset.- Returns:
- string name
-
setQualifiedName
Set up the unique name for this asset.- Parameters:
qualifiedName
- string name
-
getDisplayName
Return the display name for this asset (normally a shortened for of the qualified name).- Returns:
- string name
-
setDisplayName
Set up the display name for this asset (normally a shortened for of the qualified name).- Parameters:
displayName
- string name
-
getDescription
Return the description for this asset.- Returns:
- string description
-
setDescription
Set up the description for this asset.- Parameters:
description
- string
-
getCollectionUse
Return the description of how the collection is used by the actor.- Returns:
- text
-
setCollectionUse
Set up the description of how the collection is used by the actor.- Parameters:
collectionUse
- test
-
getCollectionOrdering
Return the property to use to determine the order that assets are returned.- Returns:
- AssetCollectionOrder enum
-
setCollectionOrdering
Set up the property to use to determine the order that assets are returned.- Parameters:
collectionOrdering
- AssetCollectionOrder enum
-
getAdditionalProperties
Return any additional properties associated with the asset.- Returns:
- map of property names to property values
-
setAdditionalProperties
Set up any additional properties associated with the asset.- Parameters:
additionalProperties
- map of property names to property values
-
toString
JSON-style toString- Overrides:
toString
in classCommunityProfileOMASAPIRequestBody
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-