Class TargetResourceSchema

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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class TargetResourceSchema extends Object
Target to the schema describing the product spec resource
  • Constructor Details

    • TargetResourceSchema

      public TargetResourceSchema()
  • Method Details

    • attype

      public TargetResourceSchema attype(String attype)
    • getAttype

      @NotNull public @NotNull String getAttype()
      Indicated the type of the productSpec described there - for example an E-Line Spec, a CPE spec
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atschemaLocation

      public TargetResourceSchema atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A link to the schema describing the product spec
      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