Class ToDoStatusSearchString
java.lang.Object
org.odpi.openmetadata.viewservices.myprofile.rest.ToDoStatusRequestBody
org.odpi.openmetadata.viewservices.myprofile.rest.ToDoStatusSearchString
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorToDoStatusSearchString(ToDoStatusRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.Return the search string.inthashCode()Return hash code for this objectvoidsetSearchString(String searchString) Set up the search string.toString()JSON-style toString.Methods inherited from class org.odpi.openmetadata.viewservices.myprofile.rest.ToDoStatusRequestBody
getToDoStatus, setToDoStatus
-
Constructor Details
-
ToDoStatusSearchString
public ToDoStatusSearchString()Default constructor -
ToDoStatusSearchString
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getSearchString
Return the search string.- Returns:
- string
-
setSearchString
Set up the search string.- Parameters:
searchString- string
-
toString
JSON-style toString.- Overrides:
toStringin classToDoStatusRequestBody- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equalsin classToDoStatusRequestBody- Parameters:
objectToCompare- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classToDoStatusRequestBody- Returns:
- int hash code
-