Class BrandCreated
java.lang.Object
com.boldsign.model.BrandCreated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class BrandCreated
extends Object
BrandCreated
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic BrandCreatedCreate an instance of BrandCreated given an JSON stringGet brandIdinthashCode()voidsetBrandId(String brandId) toJson()Convert an instance of BrandCreated 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_BRAND_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BrandCreated
public BrandCreated()
-
-
Method Details
-
brandId
-
getBrandId
-
setBrandId
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
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 BrandCreated
-
fromJson
Create an instance of BrandCreated given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BrandCreated
- Throws:
IOException- if the JSON string is invalid with respect to BrandCreated
-
toJson
-