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