public class RpcData extends Object
| 构造器和说明 |
|---|
RpcData() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getAttachment()
Gets the user attachment data.
|
byte[] |
getAuthenticationData()
Gets the user authentiction data.
|
byte[] |
getData()
Gets the user data.
|
Map<String,String> |
getExtFields()
Gets the extended fields
|
byte[] |
getExtraParams()
Gets the extra params.
|
Long |
getLogId()
Gets the log id.
|
void |
setAttachment(byte[] attachment)
Sets the user attachment data.
|
void |
setAuthenticationData(byte[] authenticationData)
Sets the user authentiction data.
|
void |
setData(byte[] data)
Sets the user data.
|
void |
setExtFields(Map<String,String> extFields)
Sets the extended fields
|
void |
setExtraParams(byte[] extraParams)
Sets the extra params.
|
void |
setLogId(Long logId)
Sets the log id.
|
public Map<String,String> getExtFields()
public void setExtFields(Map<String,String> extFields)
extFields - the extended fieldspublic Long getLogId()
public void setLogId(Long logId)
logId - the new log idpublic byte[] getData()
public void setData(byte[] data)
data - the new user datapublic byte[] getAttachment()
public void setAttachment(byte[] attachment)
attachment - the new user attachment datapublic byte[] getAuthenticationData()
public void setAuthenticationData(byte[] authenticationData)
authenticationData - the new user authentiction datapublic byte[] getExtraParams()
public void setExtraParams(byte[] extraParams)
extraParams - the new extra paramsCopyright © 2022 Baidu, Inc.. All rights reserved.