Class NetworkProduct
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.NetworkProduct
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class NetworkProduct
extends Object
An instantiated network product (specialization of a product) subscribed by a customer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOutOfBucketCounterItem(ConsumptionSummary outOfBucketCounterItem) addUserItem(RelatedParty userItem) atbaseType(String atbaseType) atschemaLocation(String atschemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetHref()Reference to the network productgetId()Unique identifier of the network productgetName()Network product name@Valid List<ConsumptionSummary>Counters detailing usage consumption out of the bucketsPublic number associated to the network product (msisdn number for mobile line for example)@Valid List<RelatedParty>getUser()References of the users of the network productinthashCode()outOfBucketCounter(List<ConsumptionSummary> outOfBucketCounter) publicIdentifier(String publicIdentifier) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidvoidvoidvoidsetOutOfBucketCounter(List<ConsumptionSummary> outOfBucketCounter) voidsetPublicIdentifier(String publicIdentifier) voidsetUser(List<RelatedParty> user) toString()user(List<RelatedParty> user)
-
Constructor Details
-
NetworkProduct
public NetworkProduct()
-
-
Method Details
-
id
-
getId
Unique identifier of the network product- Returns:
- id
-
setId
-
href
-
getHref
Reference to the network product- Returns:
- href
-
setHref
-
name
-
getName
Network product name- Returns:
- name
-
setName
-
publicIdentifier
-
getPublicIdentifier
Public number associated to the network product (msisdn number for mobile line for example)- Returns:
- publicIdentifier
-
setPublicIdentifier
-
outOfBucketCounter
-
addOutOfBucketCounterItem
-
getOutOfBucketCounter
Counters detailing usage consumption out of the buckets- Returns:
- outOfBucketCounter
-
setOutOfBucketCounter
-
user
-
addUserItem
-
getUser
References of the users of the network product- Returns:
- user
-
setUser
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-