public class FeedbackRequestBody extends AssetConsumerOMASAPIRequestBody
| 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.
|
boolean |
getIsPublic()
Return whether the feedback is private or not
|
int |
hashCode()
Return hash code for this object
|
void |
setIsPublic(boolean aPrivate)
Set up the privacy flag.
|
String |
toString()
JSON-style toString.
|
public FeedbackRequestBody()
public FeedbackRequestBody(FeedbackRequestBody template)
template - object to copypublic boolean getIsPublic()
public void setIsPublic(boolean aPrivate)
aPrivate - booleanpublic String toString()
toString in class AssetConsumerOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.