Class AuthorizeDSPAMetaResourcesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.AuthorizeDSPAMetaResourcesRequest
-
public class AuthorizeDSPAMetaResourcesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AuthorizeDSPAMetaResourcesRequest()
AuthorizeDSPAMetaResourcesRequest(AuthorizeDSPAMetaResourcesRequest 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 String
getAuthType()
Get 授权方式,可选:automatic(一键自动授权) 、 account(指定用户名授权)。String
getDspaId()
Get DSPA实例ID。String
getMetaType()
Get 资源类型。String
getResourceRegion()
Get 资源所处地域。DspaResourceAccount[]
getResourcesAccount()
Get 用户授权的账户信息,如果是一键自动授权模式,则不需要填写账户名与密码。void
setAuthType(String AuthType)
Set 授权方式,可选:automatic(一键自动授权) 、 account(指定用户名授权)。void
setDspaId(String DspaId)
Set DSPA实例ID。void
setMetaType(String MetaType)
Set 资源类型。void
setResourceRegion(String ResourceRegion)
Set 资源所处地域。void
setResourcesAccount(DspaResourceAccount[] ResourcesAccount)
Set 用户授权的账户信息,如果是一键自动授权模式,则不需要填写账户名与密码。void
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
-
AuthorizeDSPAMetaResourcesRequest
public AuthorizeDSPAMetaResourcesRequest()
-
AuthorizeDSPAMetaResourcesRequest
public AuthorizeDSPAMetaResourcesRequest(AuthorizeDSPAMetaResourcesRequest 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
-
getDspaId
public String getDspaId()
Get DSPA实例ID。- Returns:
- DspaId DSPA实例ID。
-
setDspaId
public void setDspaId(String DspaId)
Set DSPA实例ID。- Parameters:
DspaId
- DSPA实例ID。
-
getAuthType
public String getAuthType()
Get 授权方式,可选:automatic(一键自动授权) 、 account(指定用户名授权)。- Returns:
- AuthType 授权方式,可选:automatic(一键自动授权) 、 account(指定用户名授权)。
-
setAuthType
public void setAuthType(String AuthType)
Set 授权方式,可选:automatic(一键自动授权) 、 account(指定用户名授权)。- Parameters:
AuthType
- 授权方式,可选:automatic(一键自动授权) 、 account(指定用户名授权)。
-
getMetaType
public String getMetaType()
Get 资源类型。- Returns:
- MetaType 资源类型。
-
setMetaType
public void setMetaType(String MetaType)
Set 资源类型。- Parameters:
MetaType
- 资源类型。
-
getResourceRegion
public String getResourceRegion()
Get 资源所处地域。- Returns:
- ResourceRegion 资源所处地域。
-
setResourceRegion
public void setResourceRegion(String ResourceRegion)
Set 资源所处地域。- Parameters:
ResourceRegion
- 资源所处地域。
-
getResourcesAccount
public DspaResourceAccount[] getResourcesAccount()
Get 用户授权的账户信息,如果是一键自动授权模式,则不需要填写账户名与密码。- Returns:
- ResourcesAccount 用户授权的账户信息,如果是一键自动授权模式,则不需要填写账户名与密码。
-
setResourcesAccount
public void setResourcesAccount(DspaResourceAccount[] ResourcesAccount)
Set 用户授权的账户信息,如果是一键自动授权模式,则不需要填写账户名与密码。- Parameters:
ResourcesAccount
- 用户授权的账户信息,如果是一键自动授权模式,则不需要填写账户名与密码。
-
-