com.ibm.diameter.rf.util
Class CauseCode

java.lang.Object
  extended by com.ibm.diameter.rf.util.CauseCode

public class CauseCode
extends java.lang.Object

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

CauseCode

public CauseCode()
Method Detail

getCausecode

public int getCausecode()
Obtains the code that occurred during the request. {Cause-Code}

Returns:
causecode

setCausecode

public void setCausecode(int causecode)
Sets the cause code value.

Parameters:
causecode - The causecode to set.

getNodeFunctionality

public int getNodeFunctionality()
Obtains the identifier of the node where the cause code was generated. {Node-Functionality}

Returns:
nodeFunctionality

setNodeFunctionality

public void setNodeFunctionality(int nodeFunctionality)
Sets the node functionality value.

Parameters:
nodeFunctionality - The nodeFunctionality to set.


Copyright © 2006 IBM Corp. All Rights Reserved.