public class GrantDLCCatalogAccessRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GrantDLCCatalogAccessRequest() |
GrantDLCCatalogAccessRequest(GrantDLCCatalogAccessRequest 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 |
getDescription()
Get 描述
|
String |
getProduct()
Get 产品(EMR|DLC|Doris|Inlong|Wedata)
|
Long |
getVpcAppId()
Get VPC所属账号AppId
|
String |
getVpcId()
Get 授权VpcId
|
String |
getVpcUin()
Get VPC所属账号UIN
|
void |
setDescription(String Description)
Set 描述
|
void |
setProduct(String Product)
Set 产品(EMR|DLC|Doris|Inlong|Wedata)
|
void |
setVpcAppId(Long VpcAppId)
Set VPC所属账号AppId
|
void |
setVpcId(String VpcId)
Set 授权VpcId
|
void |
setVpcUin(String VpcUin)
Set VPC所属账号UIN
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GrantDLCCatalogAccessRequest()
public GrantDLCCatalogAccessRequest(GrantDLCCatalogAccessRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 授权VpcIdpublic String getProduct()
public void setProduct(String Product)
Product
- 产品(EMR|DLC|Doris|Inlong|Wedata)public String getDescription()
public void setDescription(String Description)
Description
- 描述public String getVpcUin()
public void setVpcUin(String VpcUin)
VpcUin
- VPC所属账号UINpublic Long getVpcAppId()
public void setVpcAppId(Long VpcAppId)
VpcAppId
- VPC所属账号AppIdCopyright © 2024. All rights reserved.