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