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