Class AppointmentRef

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.AppointmentRef

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class AppointmentRef extends Object
If the product order item requires an appointment between the service provider and the customer.
  • Constructor Details

    • AppointmentRef

      public AppointmentRef()
  • Method Details

    • href

      public AppointmentRef href(String href)
    • getHref

      public String getHref()
      Hyperlink to access the appointment
      Returns:
      href
    • setHref

      public void setHref(String href)
    • id

      public AppointmentRef id(String id)
    • getId

      @NotNull public @NotNull String getId()
      id of the appointment
      Returns:
      id
    • setId

      public void setId(String id)
    • atreferredType

      public AppointmentRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      Indicates the (class) type of resource.
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • 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