public interface SessionCounterAddress
extends com.opencloud.rhino.cmp.Encodable
SessionCounterAddress
contains the set of key/value pairs which uniquely identify a
SessionCounter
.
For example SessionCounterAddress[Service-Id=1,Rating-Group=1,Unit-Type=TIME] will have an
associated SessionCounter
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>> |
entrySet()
Returns an unmodifiable set view of the key/value pairs which are contained in this address
|
java.lang.String |
get(java.lang.String key)
return value for the key
|
boolean |
isSubset(SessionCounterAddress addressSubset)
Determine if an
addressSubset is a
subset of this SessionCounterAddress . |
java.util.Set<java.lang.String> |
keySet()
unmodifiable set view of keys
|
java.lang.String |
toString()
Return a string representation of this object.
|
java.util.Set<java.lang.String> keySet()
java.lang.String get(java.lang.String key)
java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>> entrySet()
java.lang.String toString()
toString
in class java.lang.Object
boolean isSubset(SessionCounterAddress addressSubset)
addressSubset
is a
subset of this SessionCounterAddress
.
For example:
[Service-Id=1, Rating-Group=1] is a subset of [Service-Id=1, Rating-Group=1, CC-Unit-Type=TIME] [Service-Id=1, Rating-Group=1, CC-Unit-Type=SERVICE-SPECIFIC-UNITS]
addressSubset,
- not null
.true
if addressSubset
is a
subset of this SessionCounterAddress
Copyright © OpenCloud. All Rights Reserved.