Class TargetProductSchema

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.TargetProductSchema

@Validated @Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen", date="2022-10-21T20:35:04.698Z") public class TargetProductSchema extends Object
The reference object to the schema and type of target product which is described by product specification
  • Constructor Details

    • TargetProductSchema

      public TargetProductSchema()
  • Method Details

    • atbaseType

      public TargetProductSchema 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 TargetProductSchema atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      @NotNull public @NotNull String getAtschemaLocation()
      This field provides a link to the schema describing the target product
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public TargetProductSchema attype(String attype)
    • getAttype

      @NotNull public @NotNull String getAttype()
      Class type of the target product
      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