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

  • Constructor Details

    • CustomersCreateResponseBodyAssets

      public CustomersCreateResponseBodyAssets()
  • Method Details

    • cockpitUrl

      public CustomersCreateResponseBodyAssets 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 CustomersCreateResponseBodyAssets fromJson(String jsonString) throws IOException
      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

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