Class BillingCycleSpecificationRef
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.dto.BillingCycleSpecificationRef
@Validated
@Generated(value="de.hybris.platform.billingaccounttmfwebservices.swagger.BaBillingAccountCodegen",
date="2022-10-21T20:35:18.164Z")
public class BillingCycleSpecificationRef
extends Object
BillingCycleSpecification reference. A description of when to initiate a billing cycle and the various sub steps of a billing cycle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atreferredType(String atreferredType) atschemaLocation(String atschemaLocation) booleanWhen sub-classing, this defines the super-classThe actual type of the target instance when needed for disambiguation.A URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity nameAn offset of a billing/settlement date.Frequency of the billing cycle (monthly for instance)getHref()Reference of the billing cycle specification@NotNull StringgetId()Unique identifier of the billing cycle specificationgetName()A short descriptive nameinthashCode()voidsetAtbaseType(String atbaseType) voidsetAtreferredType(String atreferredType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetDateShift(Integer dateShift) voidsetFrequency(String frequency) voidvoidvoidtoString()
-
Constructor Details
-
BillingCycleSpecificationRef
public BillingCycleSpecificationRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the billing cycle specification- Returns:
- id
-
setId
-
href
-
getHref
Reference of the billing cycle specification- Returns:
- href
-
setHref
-
dateShift
-
getDateShift
An offset of a billing/settlement date. The offset is expressed as number of days with regard to the start of the billing/settlement period.- Returns:
- dateShift
-
setDateShift
-
frequency
-
getFrequency
Frequency of the billing cycle (monthly for instance)- Returns:
- frequency
-
setFrequency
-
name
-
getName
A short descriptive 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 actual type of the target instance when needed for disambiguation.- Returns:
- atreferredType
-
setAtreferredType
-
equals
-
hashCode
public int hashCode() -
toString
-