public final class ChannelDataHeader
extends com.squareup.wire.Message
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelDataHeader.Builder |
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
channelId |
static java.lang.Long |
DEFAULT_CHANNELID |
static java.lang.Boolean |
DEFAULT_FROMCHANNELOPERATOR |
static java.lang.Long |
DEFAULT_REQUESTID |
java.lang.Boolean |
fromChannelOperator |
java.lang.Long |
requestId |
| Constructor and Description |
|---|
ChannelDataHeader(java.lang.Long channelId,
java.lang.Boolean fromChannelOperator,
java.lang.Long requestId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
public static final java.lang.Long DEFAULT_CHANNELID
public static final java.lang.Boolean DEFAULT_FROMCHANNELOPERATOR
public static final java.lang.Long DEFAULT_REQUESTID
public final java.lang.Long channelId
public final java.lang.Boolean fromChannelOperator
public final java.lang.Long requestId