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.
  • Field Details

  • Constructor Details

    • CustomerWithSummaryLoyaltyReferralsAssets

      public CustomerWithSummaryLoyaltyReferralsAssets()
  • Method Details

    • cockpitUrl

      public CustomerWithSummaryLoyaltyReferralsAssets cockpitUrl(String cockpitUrl)
    • getCockpitUrl

      @Nullable public String getCockpitUrl()
      Customer's cockpit URL address.
      Returns:
      cockpitUrl
    • setCockpitUrl

      public void setCockpitUrl(String cockpitUrl)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public String toJson()
      Convert an instance of CustomerWithSummaryLoyaltyReferralsAssets to an JSON string
      Returns:
      JSON string