|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.rf.util.SipInfo
public class SipInfo
Holds the SIP information used in accounting to keep track of the parties involved and the type of transaction.
Constructor Summary | |
---|---|
SipInfo()
|
Method Summary | |
---|---|
java.lang.String |
getCalledPartyAddress()
Obtains the address of the called party. |
java.lang.String |
getCallingPartyAddress()
Obtains the address of the calling party. |
java.lang.String |
getContentDisposition()
Obtains the content disposition indicating how the msg-body is to be interpreted. |
java.lang.String |
getContentLength()
Obtains the content length, which holds the size of the msg-body. |
java.lang.String |
getContentType()
Obtains the media content type. |
java.lang.String |
getEvent()
Obtains the event value, which contains the event header used in SUBSCRIBE and NOTIFY messages. |
java.lang.String |
getSipMethod()
Obtains the sip method value, which contains the name of SIP method (INVITE, UPDATE etc.) [SIP-Method] |
java.lang.String |
getSipRequest()
Obtains the time in UTC format of the initial sip request. |
java.lang.String |
getSipResponse()
Obtains the time in UTC format of the response to the initial sip request. |
void |
setCalledPartyAddress(java.lang.String calledPartyAddress)
Sets the address of the called party value. |
void |
setCallingPartyAddress(java.lang.String callingPartyAddress)
Sets the address of the calling party value. |
void |
setContentDisposition(java.lang.String contentDisposition)
Sets the content disposition value. |
void |
setContentLength(java.lang.String contentLength)
Sets the content length value. |
void |
setContentType(java.lang.String contentType)
Sets the media content type value. |
void |
setEvent(java.lang.String event)
Sets the event value. |
void |
setSipMethod(java.lang.String sipMethod)
Sets the sip method value. |
void |
setSipRequest(java.lang.String sipRequest)
Sets the sip request time value. |
void |
setSipResponse(java.lang.String sipResponse)
Sets the sip response time value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SipInfo()
Method Detail |
---|
public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
contentType
- The contentType to set.public java.lang.String getEvent()
public void setEvent(java.lang.String event)
event
- The event to set.public java.lang.String getSipMethod()
public void setSipMethod(java.lang.String sipMethod)
sipMethod
- The sipMethod to set.public java.lang.String getSipRequest()
public void setSipRequest(java.lang.String sipRequest)
sipRequest
- The sipRequest to set.public java.lang.String getSipResponse()
public void setSipResponse(java.lang.String sipResponse)
sipResponse
- The sipResponse to set.public java.lang.String getCalledPartyAddress()
public void setCalledPartyAddress(java.lang.String calledPartyAddress)
calledPartyAddress
- The calledPartyAddress to set.public java.lang.String getCallingPartyAddress()
public void setCallingPartyAddress(java.lang.String callingPartyAddress)
callingPartyAddress
- The callingPartyAddress to set.public java.lang.String getContentDisposition()
public void setContentDisposition(java.lang.String contentDisposition)
contentDisposition
- The contentDisposition to set.public java.lang.String getContentLength()
public void setContentLength(java.lang.String contentLength)
contentLength
- The contentLength to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |