Class ItemUpdateRequest

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

@Generated("jsonschema2pojo") public class ItemUpdateRequest extends Object
Item Update Request

  • Constructor Details

    • ItemUpdateRequest

      public ItemUpdateRequest()
  • 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 ItemUpdateRequest withId(String id)
    • getAdditionalProperties

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

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

      public ItemUpdateRequest 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