Class AssetManagerIdentifiersRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.rest.AssetManagerIdentifiersRequestBody
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ControlFlowRequestBody,DataFlowRequestBody,EffectiveTimeQueryRequestBody,ExternalGlossaryElementLinkRequestBody,ProcessCallRequestBody,TermRelationshipRequestBody
AssetManagerIdentifiersRequestBody provides the identifiers for an asset manager.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the unique identifier of the software server capability that represents the asset manager.Return the qualified name of the software server capability that represents the asset manager.inthashCode()Return hash code based on properties.voidsetAssetManagerGUID(String assetManagerGUID) Set up the unique identifier of the software server capability that represents the asset manager.voidsetAssetManagerName(String assetManagerName) Set up the qualified name of the software server capability that represents the asset manager.toString()Standard toString method.
-
Constructor Details
-
AssetManagerIdentifiersRequestBody
public AssetManagerIdentifiersRequestBody()Default constructor -
AssetManagerIdentifiersRequestBody
Copy/clone constructor.- Parameters:
template- template object to copy.
-
-
Method Details
-
getAssetManagerGUID
Return the unique identifier of the software server capability that represents the asset manager.- Returns:
- string guid
-
setAssetManagerGUID
Set up the unique identifier of the software server capability that represents the asset manager.- Parameters:
assetManagerGUID- string guid
-
getAssetManagerName
Return the qualified name of the software server capability that represents the asset manager.- Returns:
- string name
-
setAssetManagerName
Set up the qualified name of the software server capability that represents the asset manager.- Parameters:
assetManagerName- string name
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-