Class CustomersGetResponseBodyAssets

java.lang.Object
io.voucherify.client.model.CustomersGetResponseBodyAssets

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class CustomersGetResponseBodyAssets extends Object
Contains information about the customer's cockpit.
  • Field Details

  • Constructor Details

    • CustomersGetResponseBodyAssets

      public CustomersGetResponseBodyAssets()
  • Method Details

    • cockpitUrl

      public CustomersGetResponseBodyAssets 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 CustomersGetResponseBodyAssets fromJson(String jsonString) throws IOException
      Create an instance of CustomersGetResponseBodyAssets given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of CustomersGetResponseBodyAssets
      Throws:
      IOException - if the JSON string is invalid with respect to CustomersGetResponseBodyAssets
    • toJson

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