Class StringRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.StringRequestBody
StringRequestBody is the request body structure used on OMAG REST API calls that passed a string.
-
Constructor Summary
ConstructorDescriptionDefault constructorStringRequestBody
(StringRequestBody template) Copy/clone constructor -
Method Summary
-
Constructor Details
-
StringRequestBody
public StringRequestBody()Default constructor -
StringRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getString
Return the boolean result.- Returns:
- string
-
setString
Set up the boolean result.- Parameters:
string
- string
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-