|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.rf.util.CauseCode
public class CauseCode
Contains the cause codes that may have occurred during an accounting request.
Constructor Summary | |
---|---|
CauseCode()
|
Method Summary | |
---|---|
int |
getCausecode()
Obtains the code that occurred during the request. |
int |
getNodeFunctionality()
Obtains the identifier of the node where the cause code was generated. |
void |
setCausecode(int causecode)
Sets the cause code value. |
void |
setNodeFunctionality(int nodeFunctionality)
Sets the node functionality value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CauseCode()
Method Detail |
---|
public int getCausecode()
public void setCausecode(int causecode)
causecode
- The causecode to set.public int getNodeFunctionality()
public void setNodeFunctionality(int nodeFunctionality)
nodeFunctionality
- The nodeFunctionality to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |