public class FeedbackRequestBody extends OCFOMASAPIRequestBody
| Constructor and Description |
|---|
FeedbackRequestBody()
Default constructor
|
FeedbackRequestBody(FeedbackRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
int |
hashCode()
Return hash code for this object
|
boolean |
isPublic()
Return whether the feedback is private or not
|
void |
setPublic(boolean aPrivate)
Set up the privacy flag.
|
String |
toString()
JSON-style toString.
|
public FeedbackRequestBody()
public FeedbackRequestBody(FeedbackRequestBody template)
template - object to copypublic boolean isPublic()
public void setPublic(boolean aPrivate)
aPrivate - booleanpublic String toString()
toString in class OCFOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.