public class NameRequestBody extends AssetManagerIdentifiersRequestBody
| Constructor and Description |
|---|
NameRequestBody()
Default constructor
|
NameRequestBody(NameRequestBody 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 |
getName()
Return the name for the query request.
|
String |
getNameParameterName()
Return the parameter name.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setName(String name)
Set up the name for the query request.
|
void |
setNameParameterName(String nameParameterName)
Set up the parameter name.
|
String |
toString()
Standard toString method.
|
getAssetManagerGUID, getAssetManagerName, setAssetManagerGUID, setAssetManagerNamepublic NameRequestBody()
public NameRequestBody(NameRequestBody template)
template - object to copypublic String getName()
public void setName(String name)
name - stringpublic String getNameParameterName()
public void setNameParameterName(String nameParameterName)
nameParameterName - stringpublic String toString()
toString in class AssetManagerIdentifiersRequestBodypublic boolean equals(Object objectToCompare)
equals in class AssetManagerIdentifiersRequestBodyobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetManagerIdentifiersRequestBodyCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.