Class AccountRefType

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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class AccountRefType extends Object
Reference to an external entity that can be tipically queried with another API such as a customer account, a ticket, etc.
  • Constructor Details

    • AccountRefType

      public AccountRefType()
  • Method Details

    • id

      public AccountRefType id(String id)
    • getId

      @NotNull public @NotNull String getId()
      Unique identifier of the entity
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public AccountRefType href(String href)
    • getHref

      @NotNull public @NotNull String getHref()
      URI where to query or perform actions on the entity
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public AccountRefType name(String name)
    • getName

      public String getName()
      Screen name of the entity
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public AccountRefType description(String description)
    • getDescription

      public String getDescription()
      Description of the entity
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • atreferredType

      public AccountRefType atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      Type of the referred account (s.g.: financialAccount)
      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