Class SubscriptionBase
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.SubscriptionBase
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class SubscriptionBase
extends Object
The subscription base.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSubscriptionAccessItem(SubscriptionAccess subscriptionAccessItem) atschemaLocation(String atschemaLocation) billingAccount(BillingAccountRef billingAccount) billingSystem(BillingSystemRef billingSystem) booleanA link to the schema describing this subscription base.Class type of the subscription base.@Valid BillingAccountRefReference to the billing account.@Valid BillingSystemRefReference to the billing system.getHref()Reference of the subscription base.@NotNull StringgetId()Identifier of the subscription base.The subscriber's identity.@Valid List<SubscriptionAccess>Customer's role on a certain subscription base.inthashCode()voidsetAtschemaLocation(String atschemaLocation) voidvoidsetBillingAccount(BillingAccountRef billingAccount) voidsetBillingSystem(BillingSystemRef billingSystem) voidvoidvoidsetSubscriberIdentity(String subscriberIdentity) voidsetSubscriptionAccess(List<SubscriptionAccess> subscriptionAccess) subscriberIdentity(String subscriberIdentity) subscriptionAccess(List<SubscriptionAccess> subscriptionAccess) toString()
-
Constructor Details
-
SubscriptionBase
public SubscriptionBase()
-
-
Method Details
-
id
-
getId
Identifier of the subscription base.- Returns:
- id
-
setId
-
href
-
getHref
Reference of the subscription base.- Returns:
- href
-
setHref
-
subscriberIdentity
-
getSubscriberIdentity
The subscriber's identity.- Returns:
- subscriberIdentity
-
setSubscriberIdentity
-
attype
-
getAttype
Class type of the subscription base.- Returns:
- attype
-
setAttype
-
atschemaLocation
-
getAtschemaLocation
A link to the schema describing this subscription base.- Returns:
- atschemaLocation
-
setAtschemaLocation
-
subscriptionAccess
-
addSubscriptionAccessItem
-
getSubscriptionAccess
Customer's role on a certain subscription base.- Returns:
- subscriptionAccess
-
setSubscriptionAccess
-
billingSystem
-
getBillingSystem
Reference to the billing system.- Returns:
- billingSystem
-
setBillingSystem
-
billingAccount
-
getBillingAccount
Reference to the billing account.- Returns:
- billingAccount
-
setBillingAccount
-
equals
-
hashCode
public int hashCode() -
toString
-