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