Class DescribeWxCloudBaseRunEnvsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.DescribeWxCloudBaseRunEnvsRequest
-
public class DescribeWxCloudBaseRunEnvsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeWxCloudBaseRunEnvsRequest()
DescribeWxCloudBaseRunEnvsRequest(DescribeWxCloudBaseRunEnvsRequest 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 Boolean
getAllRegions()
Get 是否查询全地域String
getWxAppId()
Get wx应用Idvoid
setAllRegions(Boolean AllRegions)
Set 是否查询全地域void
setWxAppId(String WxAppId)
Set wx应用Idvoid
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
-
DescribeWxCloudBaseRunEnvsRequest
public DescribeWxCloudBaseRunEnvsRequest()
-
DescribeWxCloudBaseRunEnvsRequest
public DescribeWxCloudBaseRunEnvsRequest(DescribeWxCloudBaseRunEnvsRequest 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
-
getWxAppId
public String getWxAppId()
Get wx应用Id- Returns:
- WxAppId wx应用Id
-
setWxAppId
public void setWxAppId(String WxAppId)
Set wx应用Id- Parameters:
WxAppId
- wx应用Id
-
getAllRegions
public Boolean getAllRegions()
Get 是否查询全地域- Returns:
- AllRegions 是否查询全地域
-
setAllRegions
public void setAllRegions(Boolean AllRegions)
Set 是否查询全地域- Parameters:
AllRegions
- 是否查询全地域
-
-