public class ProtobufRequest extends Object
| 构造器和说明 |
|---|
ProtobufRequest(TnCmdIdEnums tnCmdIdEnums,
com.google.protobuf.GeneratedMessageV3 pbData) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBodyMaxLength() |
long |
getMsgSequenceId() |
MsgTypeEnum |
getMsgTypeEnum() |
com.google.protobuf.GeneratedMessageV3 |
getPbData() |
TnCmdIdEnums |
getTnCmdIdEnums() |
Integer |
getTrackId() |
String |
getUniqueRequestId() |
void |
setBodyMaxLength(int bodyMaxLength) |
void |
setMsgSequenceId(long msgSequenceId) |
void |
setMsgTypeEnum(MsgTypeEnum msgTypeEnum) |
void |
setPbData(com.google.protobuf.GeneratedMessageV3 pbData) |
void |
setTnCmdIdEnums(TnCmdIdEnums tnCmdIdEnums) |
void |
setTrackId(Integer trackId) |
void |
setUniqueRequestId(String uniqueRequestId) |
public ProtobufRequest(TnCmdIdEnums tnCmdIdEnums, com.google.protobuf.GeneratedMessageV3 pbData)
public Integer getTrackId()
public void setTrackId(Integer trackId)
public String getUniqueRequestId()
public void setUniqueRequestId(String uniqueRequestId)
public TnCmdIdEnums getTnCmdIdEnums()
public void setTnCmdIdEnums(TnCmdIdEnums tnCmdIdEnums)
public com.google.protobuf.GeneratedMessageV3 getPbData()
public void setPbData(com.google.protobuf.GeneratedMessageV3 pbData)
public int getBodyMaxLength()
public void setBodyMaxLength(int bodyMaxLength)
public long getMsgSequenceId()
public void setMsgSequenceId(long msgSequenceId)
public MsgTypeEnum getMsgTypeEnum()
public void setMsgTypeEnum(MsgTypeEnum msgTypeEnum)
Copyright © 2022. All rights reserved.