Package io.voucherify.client.model
Class CustomerWithSummaryLoyaltyReferralsAssets
java.lang.Object
io.voucherify.client.model.CustomerWithSummaryLoyaltyReferralsAssets
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CustomerWithSummaryLoyaltyReferralsAssets
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 CustomerWithSummaryLoyaltyReferralsAssets given an JSON stringCustomer's cockpit URL address.inthashCode()voidsetCockpitUrl(String cockpitUrl) toJson()Convert an instance of CustomerWithSummaryLoyaltyReferralsAssets to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_COCKPIT_URL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CustomerWithSummaryLoyaltyReferralsAssets
public CustomerWithSummaryLoyaltyReferralsAssets()
-
-
Method Details
-
cockpitUrl
-
getCockpitUrl
Customer's cockpit URL address.- Returns:
- cockpitUrl
-
setCockpitUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static CustomerWithSummaryLoyaltyReferralsAssets fromJson(String jsonString) throws IOException Create an instance of CustomerWithSummaryLoyaltyReferralsAssets given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CustomerWithSummaryLoyaltyReferralsAssets
- Throws:
IOException- if the JSON string is invalid with respect to CustomerWithSummaryLoyaltyReferralsAssets
-
toJson
Convert an instance of CustomerWithSummaryLoyaltyReferralsAssets to an JSON string- Returns:
- JSON string
-