v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.BaseSubCauseCode |
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BaseSubCauseCode(String name) | |||||||||||
| BaseSubCauseCode(int customCauseCode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| int |
getCustomCauseCode()
Returns the custom cause code for this sub cause.
| ||||||||||
| String |
getName()
Returns the name of this sub cause code.
| ||||||||||
| int | hashCode() | ||||||||||
| boolean |
isCustomSubCause()
Returns true if this sub cause object contains a custom cause code.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the custom cause code for this sub cause.
Returns the name of this sub cause code.
Returns true if this sub cause object contains a custom cause code.