Package org.hihn.listenbrainz
Class FeedbackGivenByFeedbackInner
java.lang.Object
org.hihn.listenbrainz.FeedbackGivenByFeedbackInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class FeedbackGivenByFeedbackInner
extends Object
FeedbackGivenByFeedbackInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static FeedbackGivenByFeedbackInner
Create an instance of FeedbackGivenByFeedbackInner given an JSON stringGet createdGet ratingGet recordingMbidint
hashCode()
recordingMbid
(UUID recordingMbid) void
setCreated
(Integer created) void
void
setRecordingMbid
(UUID recordingMbid) toJson()
Convert an instance of FeedbackGivenByFeedbackInner to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CREATED
- See Also:
-
SERIALIZED_NAME_RATING
- See Also:
-
SERIALIZED_NAME_RECORDING_MBID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FeedbackGivenByFeedbackInner
public FeedbackGivenByFeedbackInner()
-
-
Method Details
-
created
-
getCreated
Get created- Returns:
- created
-
setCreated
-
rating
-
getRating
Get rating- Returns:
- rating
-
setRating
-
recordingMbid
-
getRecordingMbid
Get recordingMbid- Returns:
- recordingMbid
-
setRecordingMbid
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement
- JSON Element- Throws:
IOException
- if the JSON Element is invalid with respect to FeedbackGivenByFeedbackInner
-
fromJson
Create an instance of FeedbackGivenByFeedbackInner given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of FeedbackGivenByFeedbackInner
- Throws:
IOException
- if the JSON string is invalid with respect to FeedbackGivenByFeedbackInner
-
toJson
Convert an instance of FeedbackGivenByFeedbackInner to an JSON string- Returns:
- JSON string
-