Class ItemCreateRequest

java.lang.Object
io.deeplumen.ucp.models.schemas.shopping.ItemCreateRequest

@Generated("jsonschema2pojo") public class ItemCreateRequest extends Object
Item Create Request

  • Constructor Details

    • ItemCreateRequest

      public ItemCreateRequest()
  • Method Details

    • getId

      public String getId()
      Should be recognized by both the Platform, and the Business. For Google it should match the id provided in the "id" field in the product feed. (Required)
    • setId

      public void setId(String id)
      Should be recognized by both the Platform, and the Business. For Google it should match the id provided in the "id" field in the product feed. (Required)
    • withId

      public ItemCreateRequest withId(String id)
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • withAdditionalProperty

      public ItemCreateRequest withAdditionalProperty(String name, Object value)
    • toString

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

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

      public boolean equals(Object other)
      Overrides:
      equals in class Object