public class AssetManagerIdentifiersRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
AssetManagerIdentifiersRequestBody()
Default constructor
|
AssetManagerIdentifiersRequestBody(AssetManagerIdentifiersRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getAssetManagerGUID()
Return the unique identifier of the software server capability that represents the asset manager.
|
String |
getAssetManagerName()
Return the qualified name of the software server capability that represents the asset manager.
|
int |
hashCode()
Return has 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.
|
String |
toString()
Standard toString method.
|
public AssetManagerIdentifiersRequestBody()
public AssetManagerIdentifiersRequestBody(AssetManagerIdentifiersRequestBody template)
template - template object to copy.public String getAssetManagerGUID()
public void setAssetManagerGUID(String assetManagerGUID)
assetManagerGUID - string guidpublic String getAssetManagerName()
public void setAssetManagerName(String assetManagerName)
assetManagerName - string namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.