Class TargetServiceSchema

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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class TargetServiceSchema extends Object
The reference object to the schema and type of target service which is described by service specification
  • Constructor Details

    • TargetServiceSchema

      public TargetServiceSchema()
  • Method Details

    • atbaseType

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

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

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public TargetServiceSchema attype(String attype)
    • getAttype

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