|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.rf.util.ACAResults
public class ACAResults
Gets used to return ACA responses from an Accounting server back to the IMS Application.
Constructor Summary | |
---|---|
ACAResults()
|
Method Summary | |
---|---|
Accounting |
getAAct()
Obtains the object containing fields received in the response from the Accounting server. |
int |
getAcctInterimInterval()
Obtains the value of acctInterimInterval. |
long |
getEventTimestamp()
Obtains the value of eventTimeStamp. |
int |
getOriginStateID()
Obtains the value of originStateId. |
int |
getResultCode()
Obtains the resultCode. |
void |
setAAct(Accounting act)
Sets the object containing values received in the response from the Accounting server. |
void |
setAcctInterimInterval(int acctInterimInterval)
Sets the acct interim interval value. |
void |
setEventTimestamp(long eventTimestamp)
Sets the event time stamp value. |
void |
setOriginStateID(int originStateID)
Sets the origin state id value. |
void |
setResultCode(int resultCode)
Sets the result code value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ACAResults()
Method Detail |
---|
public Accounting getAAct()
public void setAAct(Accounting act)
act
- The aAct to set.public int getAcctInterimInterval()
public void setAcctInterimInterval(int acctInterimInterval)
acctInterimInterval
- The acctInterimInterval to set.public long getEventTimestamp()
public void setEventTimestamp(long eventTimestamp)
eventTimestamp
- The eventTimestamp to set.public int getOriginStateID()
public void setOriginStateID(int originStateID)
originStateID
- The originStateID to set.public int getResultCode()
public void setResultCode(int resultCode)
resultCode
- The resultCode to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |