public class NameRequestBody extends Object implements Serializable
| 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.
|
String |
getNamePropertyName()
Return the property name from the open metadata types.
|
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.
|
void |
setNamePropertyName(String namePropertyName)
Set up the property name from the open metadata types.
|
String |
toString()
Standard toString method.
|
public 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 getNamePropertyName()
public void setNamePropertyName(String namePropertyName)
namePropertyName - stringpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.