Class CreateAdminURLRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.CreateAdminURLRequest
-
public class CreateAdminURLRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateAdminURLRequest()
CreateAdminURLRequest(CreateAdminURLRequest 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 Long
getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccString
getSeatUserId()
Get 管理员账号void
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccvoid
setSeatUserId(String SeatUserId)
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
-
CreateAdminURLRequest
public CreateAdminURLRequest()
-
CreateAdminURLRequest
public CreateAdminURLRequest(CreateAdminURLRequest 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
-
getSdkAppId
public Long getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc- Returns:
- SdkAppId 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc- Parameters:
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
-
getSeatUserId
public String getSeatUserId()
Get 管理员账号- Returns:
- SeatUserId 管理员账号
-
setSeatUserId
public void setSeatUserId(String SeatUserId)
Set 管理员账号- Parameters:
SeatUserId
- 管理员账号
-
-