public class GetPeerLogForUserRequest extends AbstractModel
Constructor and Description |
---|
GetPeerLogForUserRequest() |
GetPeerLogForUserRequest(GetPeerLogForUserRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBeginTime()
Get 日志开始时间,如"2020-11-24 19:49:25"
|
String |
getClusterId()
Get 区块链网络ID,可在区块链网络详情或列表中获取
|
String |
getGroupName()
Get 调用合约的组织名称
|
String |
getModule()
Get 模块名,本接口取值:peer_mng
|
String |
getOperation()
Get 操作名,本接口取值:peer_log_for_user
|
String |
getPeerName()
Get 节点名称
|
Long |
getRowNum()
Get 返回日志行数的最大值,系统设定该参数最大为1000,且一行日志的最大字节数是500,即最大返回50万个字节数的日志数据
|
void |
setBeginTime(String BeginTime)
Set 日志开始时间,如"2020-11-24 19:49:25"
|
void |
setClusterId(String ClusterId)
Set 区块链网络ID,可在区块链网络详情或列表中获取
|
void |
setGroupName(String GroupName)
Set 调用合约的组织名称
|
void |
setModule(String Module)
Set 模块名,本接口取值:peer_mng
|
void |
setOperation(String Operation)
Set 操作名,本接口取值:peer_log_for_user
|
void |
setPeerName(String PeerName)
Set 节点名称
|
void |
setRowNum(Long RowNum)
Set 返回日志行数的最大值,系统设定该参数最大为1000,且一行日志的最大字节数是500,即最大返回50万个字节数的日志数据
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetPeerLogForUserRequest()
public GetPeerLogForUserRequest(GetPeerLogForUserRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名,本接口取值:peer_mngpublic String getOperation()
public void setOperation(String Operation)
Operation
- 操作名,本接口取值:peer_log_for_userpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 区块链网络ID,可在区块链网络详情或列表中获取public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 调用合约的组织名称public String getPeerName()
public void setPeerName(String PeerName)
PeerName
- 节点名称public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- 日志开始时间,如"2020-11-24 19:49:25"public Long getRowNum()
public void setRowNum(Long RowNum)
RowNum
- 返回日志行数的最大值,系统设定该参数最大为1000,且一行日志的最大字节数是500,即最大返回50万个字节数的日志数据Copyright © 2021. All rights reserved.