public final class RequestHeader_1_1 extends java.lang.Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
byte[] |
object_key |
java.lang.String |
operation |
int |
request_id |
byte[] |
requesting_principal |
byte[] |
reserved |
boolean |
response_expected |
ServiceContext[] |
service_context |
Constructor and Description |
---|
RequestHeader_1_1() |
RequestHeader_1_1(ServiceContext[] service_context,
int request_id,
boolean response_expected,
byte[] reserved,
byte[] object_key,
java.lang.String operation,
byte[] requesting_principal) |
public ServiceContext[] service_context
public int request_id
public boolean response_expected
public byte[] reserved
public byte[] object_key
public java.lang.String operation
public byte[] requesting_principal
public RequestHeader_1_1()
public RequestHeader_1_1(ServiceContext[] service_context, int request_id, boolean response_expected, byte[] reserved, byte[] object_key, java.lang.String operation, byte[] requesting_principal)