public class DescribeXP2PDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeXP2PDataRequest() |
DescribeXP2PDataRequest(DescribeXP2PDataRequest 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 |
---|---|
Long |
getFrom()
Get 查询开始时间,时间戳秒
|
String |
getP2PAppId()
Get P2P应用ID
|
String |
getP2PChannelId()
Get P2P通路ID
|
Long |
getTo()
Get 查询结束时间,时间戳秒
|
void |
setFrom(Long From)
Set 查询开始时间,时间戳秒
|
void |
setP2PAppId(String P2PAppId)
Set P2P应用ID
|
void |
setP2PChannelId(String P2PChannelId)
Set P2P通路ID
|
void |
setTo(Long To)
Set 查询结束时间,时间戳秒
|
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 DescribeXP2PDataRequest()
public DescribeXP2PDataRequest(DescribeXP2PDataRequest source)
public String getP2PAppId()
public void setP2PAppId(String P2PAppId)
P2PAppId
- P2P应用IDpublic Long getFrom()
public void setFrom(Long From)
From
- 查询开始时间,时间戳秒public Long getTo()
public void setTo(Long To)
To
- 查询结束时间,时间戳秒public String getP2PChannelId()
public void setP2PChannelId(String P2PChannelId)
P2PChannelId
- P2P通路IDCopyright © 2022. All rights reserved.