Package io.voucherify.client.model
Class CustomersCreateResponseBodyAssets
java.lang.Object
io.voucherify.client.model.CustomersCreateResponseBodyAssets
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CustomersCreateResponseBodyAssets
extends Object
Contains information about the customer's cockpit.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncockpitUrl(String cockpitUrl) booleanCreate an instance of CustomersCreateResponseBodyAssets given an JSON stringCustomer's cockpit URL address.inthashCode()voidsetCockpitUrl(String cockpitUrl) toJson()Convert an instance of CustomersCreateResponseBodyAssets to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_COCKPIT_URL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CustomersCreateResponseBodyAssets
public CustomersCreateResponseBodyAssets()
-
-
Method Details
-
cockpitUrl
-
getCockpitUrl
Customer's cockpit URL address.- Returns:
- cockpitUrl
-
setCockpitUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of CustomersCreateResponseBodyAssets given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CustomersCreateResponseBodyAssets
- Throws:
IOException- if the JSON string is invalid with respect to CustomersCreateResponseBodyAssets
-
toJson
Convert an instance of CustomersCreateResponseBodyAssets to an JSON string- Returns:
- JSON string
-