public class DbSchedulerBinaryEventData extends Object implements Serializable
Serializer
configured on the
Scheduler
. This one is used with the
DbSchedulerEventScheduler#binaryTask()
Constructor and Description |
---|
DbSchedulerBinaryEventData(byte[] serializedPayload,
String payloadClass,
String revision,
byte[] serializedMetadata)
Crates a new
DbSchedulerHumanReadableEventData with all the fields set. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getC()
Gets the payload class.
|
byte[] |
getM()
Gets the serialized metadata.
|
byte[] |
getP()
Gets the serialized payload.
|
String |
getR()
Gets the revision.
|
int |
hashCode() |
void |
setC(String c)
Sets the payload class.
|
void |
setM(byte[] m)
Sets the serialized metadata.
|
void |
setP(byte[] p)
Sets the serialized payload.
|
void |
setR(String r)
Sets the revision.
|
String |
toString() |
public DbSchedulerBinaryEventData(byte[] serializedPayload, String payloadClass, String revision, byte[] serializedMetadata)
DbSchedulerHumanReadableEventData
with all the fields set.public byte[] getP()
String
public void setP(byte[] p)
p
- as String
public byte[] getM()
String
public void setM(byte[] m)
m
- as String
Copyright © 2010–2024. All rights reserved.