public class DescribeRelayUsageRequest extends AbstractModel
Constructor and Description |
---|
DescribeRelayUsageRequest() |
DescribeRelayUsageRequest(DescribeRelayUsageRequest 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 |
getEndTime()
Get The end date in the format of YYYY-MM-DD.
|
Long |
getSdkAppId()
Get The `SDKAppID` of the TRTC application to which the target room belongs.
|
String |
getStartTime()
Get The start date in the format of YYYY-MM-DD.
|
void |
setEndTime(String EndTime)
Set The end date in the format of YYYY-MM-DD.
|
void |
setSdkAppId(Long SdkAppId)
Set The `SDKAppID` of the TRTC application to which the target room belongs.
|
void |
setStartTime(String StartTime)
Set The start date in the format of YYYY-MM-DD.
|
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 DescribeRelayUsageRequest()
public DescribeRelayUsageRequest(DescribeRelayUsageRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start date in the format of YYYY-MM-DD.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end date in the format of YYYY-MM-DD.
The period queried per request cannot be longer than 31 days.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The `SDKAppID` of the TRTC application to which the target room belongs. If you do not specify this parameter, the usage statistics of all TRTC applications under the current account will be returned.Copyright © 2023. All rights reserved.