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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class ProcessType extends Object
Process type. It could be ACQUISITION, RETENTION, CHANGE TARIFF
  • Constructor Details

    • ProcessType

      public ProcessType()
  • Method Details

    • id

      public ProcessType id(String id)
    • getId

      public String getId()
      Process Type id.
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ProcessType href(String href)
    • getHref

      public String getHref()
      Reference of the Process Type.
      Returns:
      href
    • setHref

      public void setHref(String href)
    • attype

      public ProcessType attype(String attype)
    • getAttype

      public String getAttype()
      Indicated the type of the ProcessType
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atschemaLocation

      public ProcessType atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A link to the schema describing the ProcessType
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • 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