Package org.hihn.listenbrainz
Class GetManualMapping
java.lang.Object
org.hihn.listenbrainz.GetManualMapping
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class GetManualMapping
extends Object
GetManualMapping
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GetManualMappingCreate an instance of GetManualMapping given an JSON stringGet mappingGet statusinthashCode()mapping(GetManualMappingMapping mapping) voidsetMapping(GetManualMappingMapping mapping) voidtoJson()Convert an instance of GetManualMapping to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_MAPPING
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GetManualMapping
public GetManualMapping()
-
-
Method Details
-
mapping
-
getMapping
Get mapping- Returns:
- mapping
-
setMapping
-
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 GetManualMapping
-
fromJson
Create an instance of GetManualMapping given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetManualMapping
- Throws:
IOException- if the JSON string is invalid with respect to GetManualMapping
-
toJson
Convert an instance of GetManualMapping to an JSON string- Returns:
- JSON string
-