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
public class AssetManagerIdentifiersRequestBody extends Object implements Serializable
AssetManagerIdentifiersRequestBody provides the identifiers for an asset manager.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssetManagerIdentifiersRequestBody()Default constructorAssetManagerIdentifiersRequestBody(AssetManagerIdentifiersRequestBody template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.StringgetAssetManagerGUID()Return the unique identifier of the software server capability that represents the asset manager.StringgetAssetManagerName()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.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
AssetManagerIdentifiersRequestBody
public AssetManagerIdentifiersRequestBody()
Default constructor
-
AssetManagerIdentifiersRequestBody
public AssetManagerIdentifiersRequestBody(AssetManagerIdentifiersRequestBody template)
Copy/clone constructor.- Parameters:
template- template object to copy.
-
-
Method Detail
-
getAssetManagerGUID
public String getAssetManagerGUID()
Return the unique identifier of the software server capability that represents the asset manager.- Returns:
- string guid
-
setAssetManagerGUID
public void setAssetManagerGUID(String assetManagerGUID)
Set up the unique identifier of the software server capability that represents the asset manager.- Parameters:
assetManagerGUID- string guid
-
getAssetManagerName
public String getAssetManagerName()
Return the qualified name of the software server capability that represents the asset manager.- Returns:
- string name
-
setAssetManagerName
public void setAssetManagerName(String assetManagerName)
Set up the qualified name of the software server capability that represents the asset manager.- Parameters:
assetManagerName- string name
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-