java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v4.dto.Addressable

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen", date="2022-10-21T20:34:37.643Z") public class Addressable extends Object
Base schema for adressable entities
  • Constructor Details

    • Addressable

      public Addressable()
  • Method Details

    • id

      public Addressable id(String id)
    • getId

      public String getId()
      unique identifier
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public Addressable href(String href)
    • getHref

      public String getHref()
      Hyperlink reference
      Returns:
      href
    • setHref

      public void setHref(String href)
    • atbaseType

      public Addressable atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public Addressable atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public Addressable attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • 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