Class ListScdnLogTasksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ListScdnLogTasksRequest
-
public class ListScdnLogTasksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListScdnLogTasksRequest()ListScdnLogTasksRequest(ListScdnLogTasksRequest 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 StringgetArea()Get 地域:mainland 或 overseas 为空表示查询所有地域StringgetSource()Get 产品来源 cdn/ecdnvoidsetArea(String Area)Set 地域:mainland 或 overseas 为空表示查询所有地域voidsetSource(String Source)Set 产品来源 cdn/ecdnvoidtoMap(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
-
ListScdnLogTasksRequest
public ListScdnLogTasksRequest()
-
ListScdnLogTasksRequest
public ListScdnLogTasksRequest(ListScdnLogTasksRequest 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
-
getSource
public String getSource()
Get 产品来源 cdn/ecdn- Returns:
- Source 产品来源 cdn/ecdn
-
setSource
public void setSource(String Source)
Set 产品来源 cdn/ecdn- Parameters:
Source- 产品来源 cdn/ecdn
-
getArea
public String getArea()
Get 地域:mainland 或 overseas 为空表示查询所有地域- Returns:
- Area 地域:mainland 或 overseas 为空表示查询所有地域
-
setArea
public void setArea(String Area)
Set 地域:mainland 或 overseas 为空表示查询所有地域- Parameters:
Area- 地域:mainland 或 overseas 为空表示查询所有地域
-
-