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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class ConstraintRef extends Object
Constraint reference. The Constraint resource represents a policy/rule applied to an entity or entity spec.
  • Constructor Details

    • ConstraintRef

      public ConstraintRef()
  • Method Details

    • id

      public ConstraintRef id(String id)
    • getId

      public String getId()
      reference id to the target constraint
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ConstraintRef href(String href)
    • getHref

      public String getHref()
      Hyperlink reference to the target constraint
      Returns:
      href
    • setHref

      public void setHref(String href)
    • version

      public ConstraintRef version(String version)
    • getVersion

      public String getVersion()
      constraint version
      Returns:
      version
    • setVersion

      public void setVersion(String version)
    • name

      public ConstraintRef name(String name)
    • getName

      public String getName()
      Name given to the constraint
      Returns:
      name
    • setName

      public void setName(String name)
    • atreferredType

      public ConstraintRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      The (class) type of the referred constraint
      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