Package org.hihn.listenbrainz
Class DeleteFeedbackRequest
java.lang.Object
org.hihn.listenbrainz.DeleteFeedbackRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class DeleteFeedbackRequest
extends Object
DeleteFeedbackRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static DeleteFeedbackRequest
Create an instance of DeleteFeedbackRequest given an JSON stringGet recordingMbidint
hashCode()
recordingMbid
(UUID recordingMbid) void
setRecordingMbid
(UUID recordingMbid) toJson()
Convert an instance of DeleteFeedbackRequest 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_RECORDING_MBID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DeleteFeedbackRequest
public DeleteFeedbackRequest()
-
-
Method Details
-
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 DeleteFeedbackRequest
-
fromJson
Create an instance of DeleteFeedbackRequest given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of DeleteFeedbackRequest
- Throws:
IOException
- if the JSON string is invalid with respect to DeleteFeedbackRequest
-
toJson
Convert an instance of DeleteFeedbackRequest to an JSON string- Returns:
- JSON string
-