Class UsageConsumptionReportRef

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

@Validated @Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen", date="2022-10-21T20:35:04.698Z") public class UsageConsumptionReportRef extends Object
Reference of an usage consumption report
  • Constructor Details

    • UsageConsumptionReportRef

      public UsageConsumptionReportRef()
  • Method Details

    • id

    • getId

      @NotNull public @NotNull String getId()
      Unique identifier of the usage consumption report given by the server
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public UsageConsumptionReportRef href(String href)
    • getHref

      @NotNull public @NotNull String getHref()
      Hyperlink to access the usage consumption report
      Returns:
      href
    • setHref

      public void setHref(String href)
    • description

      public UsageConsumptionReportRef description(String description)
    • getDescription

      public String getDescription()
      Free short text describing the usage consumption report content
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • effectiveDate

      public UsageConsumptionReportRef effectiveDate(Date effectiveDate)
    • getEffectiveDate

      @Valid public @Valid Date getEffectiveDate()
      Date and time when the usage consumption report was calculated and generated
      Returns:
      effectiveDate
    • setEffectiveDate

      public void setEffectiveDate(Date effectiveDate)
    • name

      public UsageConsumptionReportRef name(String name)
    • getName

      public String getName()
      Usage consumption report name
      Returns:
      name
    • setName

      public void setName(String name)
    • atbaseType

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

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public UsageConsumptionReportRef attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atreferredType

      public UsageConsumptionReportRef atreferredType(String atreferredType)
    • getAtreferredType

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