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

public class NetworkProduct extends Object
An instantiated network product (specialization of a product) subscribed by a customer.
  • Constructor Details

    • NetworkProduct

      public NetworkProduct()
  • Method Details

    • id

      public NetworkProduct id(String id)
    • getId

      public String getId()
      Unique identifier of the network product
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public NetworkProduct href(String href)
    • getHref

      public String getHref()
      Reference to the network product
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public NetworkProduct name(String name)
    • getName

      public String getName()
      Network product name
      Returns:
      name
    • setName

      public void setName(String name)
    • publicIdentifier

      public NetworkProduct publicIdentifier(String publicIdentifier)
    • getPublicIdentifier

      public String getPublicIdentifier()
      Public number associated to the network product (msisdn number for mobile line for example)
      Returns:
      publicIdentifier
    • setPublicIdentifier

      public void setPublicIdentifier(String publicIdentifier)
    • outOfBucketCounter

      public NetworkProduct outOfBucketCounter(List<ConsumptionSummary> outOfBucketCounter)
    • addOutOfBucketCounterItem

      public NetworkProduct addOutOfBucketCounterItem(ConsumptionSummary outOfBucketCounterItem)
    • getOutOfBucketCounter

      @Valid public @Valid List<ConsumptionSummary> getOutOfBucketCounter()
      Counters detailing usage consumption out of the buckets
      Returns:
      outOfBucketCounter
    • setOutOfBucketCounter

      public void setOutOfBucketCounter(List<ConsumptionSummary> outOfBucketCounter)
    • user

      public NetworkProduct user(List<RelatedParty> user)
    • addUserItem

      public NetworkProduct addUserItem(RelatedParty userItem)
    • getUser

      @Valid public @Valid List<RelatedParty> getUser()
      References of the users of the network product
      Returns:
      user
    • setUser

      public void setUser(List<RelatedParty> user)
    • atBaseType

      public NetworkProduct 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 NetworkProduct 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 NetworkProduct 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)
    • 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