Class AssetManagerIdentifiersRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.rest.AssetManagerIdentifiersRequestBody
- Direct Known Subclasses:
EffectiveTimeQueryRequestBody
,ExternalGlossaryElementLinkRequestBody
,TermRelationshipRequestBody
AssetManagerIdentifiersRequestBody provides the identifiers for an asset manager.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare 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.int
hashCode()
Return hash code based on properties.void
setAssetManagerGUID
(String assetManagerGUID) Set up the unique identifier of the software server capability that represents the asset manager.void
setAssetManagerName
(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.
-