public class ProtocolEntry
extends java.lang.Object
Based on <b>gemSpec_Karten_Fach_TIP_G2.1_3.0.0</b>
| Constructor and Description |
|---|
ProtocolEntry(byte[] record)
Get a valid <code>protocolEntry</code> using the input <code>record</code>
|
ProtocolEntry(java.lang.String hexValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkRecordValidity(byte[] record) |
static ProtocolEntry |
createProtocolEntry(byte[] record)
Get
ProtocolEntry from a bytes array |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActorId() |
java.lang.String |
getActorName() |
java.lang.String |
getDataType() |
static long |
getLongValue(java.lang.String hexValue)
Get long value from a hexString
|
byte[] |
getRecord() |
long |
getTimeStamp() |
java.lang.String |
getTypeAccess() |
int |
hashCode() |
boolean |
isValidProtocolEntry() |
java.lang.String |
toString() |
public ProtocolEntry(java.lang.String hexValue)
public ProtocolEntry(byte[] record)
Get a valid <code>protocolEntry</code> using the input <code>record</code>
record - public static ProtocolEntry createProtocolEntry(byte[] record)
Get ProtocolEntry from a bytes array
record - public void checkRecordValidity(byte[] record)
public long getTimeStamp()
public java.lang.String getDataType()
public java.lang.String getTypeAccess()
public java.lang.String getActorId()
public java.lang.String getActorName()
public byte[] getRecord()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isValidProtocolEntry()
public static long getLongValue(java.lang.String hexValue)
Get long value from a hexString
hexValue -