public class RequestPayload extends Object implements Externalizable
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestPayload.DynamicClassLoader |
| Modifier and Type | Field and Description |
|---|---|
static long |
FAILURE_SERIAL_ID |
| Constructor and Description |
|---|
RequestPayload() |
RequestPayload(Inspection... inspections) |
RequestPayload(List<Inspection> inspections) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Inspection> |
getInspections() |
long |
getSerialId() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public static final long FAILURE_SERIAL_ID
public RequestPayload()
public RequestPayload(Inspection... inspections)
public RequestPayload(List<Inspection> inspections)
public List<Inspection> getInspections()
public long getSerialId()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.