java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.dto.NetworkProduct

@Deprecated(since="2208") public class NetworkProduct extends Object
Deprecated.
An instantiated network product (specialization of a product) subscribed by a customer.
  • Constructor Details

    • NetworkProduct

      public NetworkProduct()
      Deprecated.
  • Method Details

    • id

      public NetworkProduct id(String id)
      Deprecated.
    • getId

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

      public void setId(String id)
      Deprecated.
    • href

      public NetworkProduct href(String href)
      Deprecated.
    • getHref

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

      public void setHref(String href)
      Deprecated.
    • name

      public NetworkProduct name(String name)
      Deprecated.
    • getName

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

      public void setName(String name)
      Deprecated.
    • publicIdentifier

      public NetworkProduct publicIdentifier(String publicIdentifier)
      Deprecated.
    • getPublicIdentifier

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

      public void setPublicIdentifier(String publicIdentifier)
      Deprecated.
    • outOfBucketCounter

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

      public NetworkProduct addOutOfBucketCounterItem(ConsumptionSummary outOfBucketCounterItem)
      Deprecated.
    • getOutOfBucketCounter

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

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

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

      public NetworkProduct addUserItem(RelatedParty userItem)
      Deprecated.
    • getUser

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

      public void setUser(List<RelatedParty> user)
      Deprecated.
    • _atBaseType

      public NetworkProduct _atBaseType(String _atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      _atBaseType
    • setAtBaseType

      public void setAtBaseType(String _atBaseType)
      Deprecated.
    • _atSchemaLocation

      public NetworkProduct _atSchemaLocation(String _atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      _atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String _atSchemaLocation)
      Deprecated.
    • _atType

      public NetworkProduct _atType(String _atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      _atType
    • setAtType

      public void setAtType(String _atType)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object