|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.rf.util.UUSdata
public class UUSdata
Holds the information for the User-to-User Protocol used by accounting to keep track of the amount and type of data involved in the transaction.
Constructor Summary | |
---|---|
UUSdata()
|
Method Summary | |
---|---|
java.lang.String |
getAmountOfUUSdata()
Obtains the amount of UUS data value, which contains the amount of user-to-user data in the body of the SIP msg. |
int |
getDirection()
Obtains the direction value, which contains either 0(UPLINK) or 1(DOWNLINK) indicating the direction UUS data travels. |
java.lang.String |
getMimeType()
Obtains the mime type value, which contains the type of User-to-User data. |
void |
setAmountOfUUSdata(java.lang.String amountOfUUSdata)
Sets the amount of UUS data value. |
void |
setDirection(int direction)
Sets the direction value. |
void |
setMimeType(java.lang.String mimeType)
Sets the mime type value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UUSdata()
Method Detail |
---|
public java.lang.String getAmountOfUUSdata()
public void setAmountOfUUSdata(java.lang.String amountOfUUSdata)
amountOfUUSdata
- The amountOfUUSdata to set.public int getDirection()
public void setDirection(int direction)
direction
- The direction to set.public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType
- The mimeType to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |