|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.rf.util.Accounting
public class Accounting
Holds the the values contained in Accounting Requests(ACR) and Accounting Answers(ACA).
Constructor Summary | |
---|---|
Accounting()
|
Method Summary | |
---|---|
AppServInfo |
getAAppSrvInfo()
Obtains the object containing information about server capabilities and identifiers. |
CauseCode |
getACauseCode()
Obtains the object indicating if the transaction was successful. |
SDPmedia[] |
getASDPmedia()
Obtains the object holding information about the media component. |
SipInfo |
getASipInfo()
Obtains the object that holds information about the transaction. |
TrunkGroup |
getATrunkGroup()
Obtains the object identifying the Public Telephone Switched Network (PSTN). |
java.lang.String |
getAuthorisedQos()
Obtains the quality of service information. |
UUSdata |
getAUUSdata()
Obtains the object containing the User-to-User Protocol information, which includes the amount of data transferred. |
java.lang.String |
getBearerService()
Obtains the information about the used bearer service for the PSTN leg. |
java.lang.String |
getGgsnAddress()
Obtains the address of the GGSN of IMS session. |
java.lang.String |
getImsChargingIndentifier()
Obtains the IMS charging identifier (ICID) as generated by an IMS node for a sip session. |
int |
getRoleofNode()
Obtains the role of the AS/CSCF. |
java.lang.String[] |
getSdpSessionDescription()
Obtains the Security description protocol info on the session portion of the SDP data exchanged between the user agents in the sip transaction. |
java.lang.String |
getServedPartyIPaddress()
Obtains the address of either the calling or called party. |
java.lang.String |
getServiceId()
Obtains the id of the service being hosted by the Media Gateway Control Function(MRFC). |
java.lang.String |
getUserSessionId()
Obtains the sip session containing the sip call ID. |
void |
setAAppSrvInfo(AppServInfo appSrvInfo)
Sets the server information. |
void |
setACauseCode(CauseCode causeCode)
Sets the cause code value. |
void |
setASDPmedia(SDPmedia[] pmedia)
Sets the media component value. |
void |
setASipInfo(SipInfo sipInfo)
Sets the transaction information. |
void |
setATrunkGroup(TrunkGroup trunkGroup)
Sets the PSTN information. |
void |
setAuthorisedQos(java.lang.String authorisedQos)
Sets the quality of service value. |
void |
setAUUSdata(UUSdata sdata)
Sets the User-to-User Protocol information. |
void |
setBearerService(java.lang.String bearerService)
Sets the bearer service value. |
void |
setGgsnAddress(java.lang.String ggsnAddress)
Sets the GGSN address value. |
void |
setImsChargingIndentifier(java.lang.String imsChargingIndentifier)
Sets the IMS charging identifier value. |
void |
setRoleofNode(int roleofNode)
Sets the role of node value. |
void |
setSdpSessionDescription(java.lang.String[] sdpSessionDescription)
Sets the SDP session description value. |
void |
setServedPartyIPaddress(java.lang.String servedPartyIPaddress)
Sets the served party IP address value. |
void |
setServiceId(java.lang.String serviceId)
Sets the service id value. |
void |
setUserSessionId(java.lang.String userSessionId)
Sets the user sesion id value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Accounting()
Method Detail |
---|
public AppServInfo getAAppSrvInfo()
public void setAAppSrvInfo(AppServInfo appSrvInfo)
appSrvInfo
- The aAppSrvInfo to set.public CauseCode getACauseCode()
public void setACauseCode(CauseCode causeCode)
causeCode
- The aCauseCode to set.public SDPmedia[] getASDPmedia()
public void setASDPmedia(SDPmedia[] pmedia)
pmedia
- The aSDPmedia to set.public SipInfo getASipInfo()
public void setASipInfo(SipInfo sipInfo)
sipInfo
- The aSipInfo to set.public TrunkGroup getATrunkGroup()
public void setATrunkGroup(TrunkGroup trunkGroup)
trunkGroup
- The aTrunkGroup to set.public java.lang.String getAuthorisedQos()
public void setAuthorisedQos(java.lang.String authorisedQos)
authorisedQos
- The authorisedQos to set.public UUSdata getAUUSdata()
public void setAUUSdata(UUSdata sdata)
sdata
- The aUUSdata to set.public java.lang.String getBearerService()
public void setBearerService(java.lang.String bearerService)
bearerService
- The bearerService to set.public java.lang.String getGgsnAddress()
public void setGgsnAddress(java.lang.String ggsnAddress)
ggsnAddress
- The ggsnAddress to set.public java.lang.String getImsChargingIndentifier()
public void setImsChargingIndentifier(java.lang.String imsChargingIndentifier)
imsChargingIndentifier
- The imsChargingIndentifier to set.public java.lang.String[] getSdpSessionDescription()
public void setSdpSessionDescription(java.lang.String[] sdpSessionDescription)
sdpSessionDescription
- The sdpSessionDescription to set.public java.lang.String getServedPartyIPaddress()
public void setServedPartyIPaddress(java.lang.String servedPartyIPaddress)
servedPartyIPaddress
- The servedPartyIPaddress to set.public java.lang.String getServiceId()
public void setServiceId(java.lang.String serviceId)
serviceId
- The serviceId to set.public java.lang.String getUserSessionId()
public void setUserSessionId(java.lang.String userSessionId)
userSessionId
- The userSessionId to set.public int getRoleofNode()
public void setRoleofNode(int roleofNode)
roleofNode
- The roleofNode to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |