public class CreditAnalyticsResponse extends Serializer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CAR_FAILURE
Failure Message
|
static java.lang.String |
CAR_STATUS
Status Message
|
static java.lang.String |
CAR_SUCCESS
Success Message
|
NULL_SER_STRING, VERSION
Constructor and Description |
---|
CreditAnalyticsResponse(byte[] ab)
CreditAnalyticsResponse de-serialization from input byte array
|
CreditAnalyticsResponse(java.lang.String strRequestID,
java.lang.String strType,
java.lang.String strBaseMsg)
CreditAnalyticsResponse constructor
|
Modifier and Type | Method and Description |
---|---|
Serializer |
deserialize(byte[] ab)
De-serialize from a byte array.
|
java.lang.String |
getBaseMsg()
Retrieve the Base Message
|
java.lang.String |
getFieldDelimiter()
Returns the Field Delimiter String
|
java.lang.String |
getObjectTrailer()
Returns the Object Trailer String
|
java.lang.String |
getRequestID()
Retrieve the Request ID
|
byte[] |
getSerializedMsg()
Retrieve the Measure Bytes
|
java.lang.String |
getTimeSnap()
Retrieve the Time Snap
|
java.lang.String |
getType()
Retrieve the Type
|
static void |
main(java.lang.String[] astrArgs) |
byte[] |
serialize()
Serialize into a byte array.
|
boolean |
setSerializedMsg(byte[] abMeasure)
Set the Measure Bytes
|
getCollectionKeyValueDelimiter, getCollectionMultiLevelKeyDelimiter, getCollectionRecordDelimiter
public static final java.lang.String CAR_STATUS
public static final java.lang.String CAR_FAILURE
public static final java.lang.String CAR_SUCCESS
public CreditAnalyticsResponse(byte[] ab) throws java.lang.Exception
ab
- Byte Arrayjava.lang.Exception
- Thrown if CreditAnalyticsResponse cannot be properly de-serializedpublic CreditAnalyticsResponse(java.lang.String strRequestID, java.lang.String strType, java.lang.String strBaseMsg) throws java.lang.Exception
strRequestID
- The corresponding Request IDstrType
- TypestrBaseMsg
- Base Messagejava.lang.Exception
- Thrown if the inputs are invalidpublic java.lang.String getRequestID()
public java.lang.String getTimeSnap()
public java.lang.String getType()
public java.lang.String getBaseMsg()
public boolean setSerializedMsg(byte[] abMeasure)
abMeasure
- The Measure Bytespublic byte[] getSerializedMsg()
public java.lang.String getFieldDelimiter()
Serializer
getFieldDelimiter
in class Serializer
public java.lang.String getObjectTrailer()
Serializer
getObjectTrailer
in class Serializer
public byte[] serialize()
Serializer
serialize
in class Serializer
public Serializer deserialize(byte[] ab)
Serializer
deserialize
in class Serializer
public static final void main(java.lang.String[] astrArgs) throws java.lang.Exception
java.lang.Exception