public class DescribeOrganizationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeOrganizationRequest() |
DescribeOrganizationRequest(DescribeOrganizationRequest 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 |
getLang()
Get Valid values: `en` (Tencent Cloud International); `zh` (Tencent Cloud).
|
String |
getProduct()
Get Abbreviation of the trusted service, which is required during querying the trusted service admin.
|
void |
setLang(String Lang)
Set Valid values: `en` (Tencent Cloud International); `zh` (Tencent Cloud).
|
void |
setProduct(String Product)
Set Abbreviation of the trusted service, which is required during querying the trusted service admin.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeOrganizationRequest()
public DescribeOrganizationRequest(DescribeOrganizationRequest source)
public String getLang()
public void setLang(String Lang)
Lang
- Valid values: `en` (Tencent Cloud International); `zh` (Tencent Cloud).public String getProduct()
public void setProduct(String Product)
Product
- Abbreviation of the trusted service, which is required during querying the trusted service admin.Copyright © 2024. All rights reserved.