Class UsageConsumptionReportRef
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.dto.UsageConsumptionReportRef
@Validated
@Generated(value="de.hybris.platform.usageconsumptiontmfwebservices.swagger.UsageConsumptionCodegen",
date="2022-10-21T20:35:49.227Z")
public class UsageConsumptionReportRef
extends Object
Reference of an usage consumption report
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atreferredType(String atreferredType) atschemaLocation(String atschemaLocation) description(String description) effectiveDate(Date effectiveDate) booleanWhen sub-classing, this defines the super-classThe type of the referred entityA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity nameFree short text describing the usage consumption report content@Valid DateDate and time when the usage consumption report was calculated and generated@NotNull StringgetHref()Hyperlink to access the usage consumption report@NotNull StringgetId()Unique identifier of the usage consumption report given by the servergetName()Usage consumption report nameinthashCode()voidsetAtbaseType(String atbaseType) voidsetAtreferredType(String atreferredType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetDescription(String description) voidsetEffectiveDate(Date effectiveDate) voidvoidvoidtoString()
-
Constructor Details
-
UsageConsumptionReportRef
public UsageConsumptionReportRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the usage consumption report given by the server- Returns:
- id
-
setId
-
href
-
getHref
Hyperlink to access the usage consumption report- Returns:
- href
-
setHref
-
description
-
getDescription
Free short text describing the usage consumption report content- Returns:
- description
-
setDescription
-
effectiveDate
-
getEffectiveDate
Date and time when the usage consumption report was calculated and generated- Returns:
- effectiveDate
-
setEffectiveDate
-
name
-
getName
Usage consumption report name- Returns:
- name
-
setName
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
atreferredType
-
getAtreferredType
The type of the referred entity- Returns:
- atreferredType
-
setAtreferredType
-
equals
-
hashCode
public int hashCode() -
toString
-