Class DescribeXP2PDataRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.DescribeXP2PDataRequest
-
public class DescribeXP2PDataRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getFrom()
Get 查询开始时间,时间戳秒String
getP2PAppId()
Get P2P应用IDString
getP2PChannelId()
Get P2P通路IDLong
getTo()
Get 查询结束时间,时间戳秒void
setFrom(Long From)
Set 查询开始时间,时间戳秒void
setP2PAppId(String P2PAppId)
Set P2P应用IDvoid
setP2PChannelId(String P2PChannelId)
Set P2P通路IDvoid
setTo(Long To)
Set 查询结束时间,时间戳秒void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeXP2PDataRequest
public DescribeXP2PDataRequest()
-
DescribeXP2PDataRequest
public 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.
-
-
Method Detail
-
getP2PAppId
public String getP2PAppId()
Get P2P应用ID- Returns:
- P2PAppId P2P应用ID
-
setP2PAppId
public void setP2PAppId(String P2PAppId)
Set P2P应用ID- Parameters:
P2PAppId
- P2P应用ID
-
getFrom
public Long getFrom()
Get 查询开始时间,时间戳秒- Returns:
- From 查询开始时间,时间戳秒
-
setFrom
public void setFrom(Long From)
Set 查询开始时间,时间戳秒- Parameters:
From
- 查询开始时间,时间戳秒
-
getTo
public Long getTo()
Get 查询结束时间,时间戳秒- Returns:
- To 查询结束时间,时间戳秒
-
setTo
public void setTo(Long To)
Set 查询结束时间,时间戳秒- Parameters:
To
- 查询结束时间,时间戳秒
-
getP2PChannelId
public String getP2PChannelId()
Get P2P通路ID- Returns:
- P2PChannelId P2P通路ID
-
setP2PChannelId
public void setP2PChannelId(String P2PChannelId)
Set P2P通路ID- Parameters:
P2PChannelId
- P2P通路ID
-
-