Class DescribeAccountResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20211125.models.DescribeAccountResponse
-
public class DescribeAccountResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAccountResponse()
DescribeAccountResponse(DescribeAccountResponse 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
getBillMode()
Get 0未定义,1按套餐预付费,2按量后付费Long
getBillType()
Get 1线上计费,2线下计费String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。String
getUin()
Get 查询的账号idvoid
setBillMode(Long BillMode)
Set 0未定义,1按套餐预付费,2按量后付费void
setBillType(Long BillType)
Set 1线上计费,2线下计费void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setUin(String Uin)
Set 查询的账号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
-
DescribeAccountResponse
public DescribeAccountResponse()
-
DescribeAccountResponse
public DescribeAccountResponse(DescribeAccountResponse 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
-
getUin
public String getUin()
Get 查询的账号id- Returns:
- Uin 查询的账号id
-
setUin
public void setUin(String Uin)
Set 查询的账号id- Parameters:
Uin
- 查询的账号id
-
getBillType
public Long getBillType()
Get 1线上计费,2线下计费- Returns:
- BillType 1线上计费,2线下计费
-
setBillType
public void setBillType(Long BillType)
Set 1线上计费,2线下计费- Parameters:
BillType
- 1线上计费,2线下计费
-
getBillMode
public Long getBillMode()
Get 0未定义,1按套餐预付费,2按量后付费- Returns:
- BillMode 0未定义,1按套餐预付费,2按量后付费
-
setBillMode
public void setBillMode(Long BillMode)
Set 0未定义,1按套餐预付费,2按量后付费- Parameters:
BillMode
- 0未定义,1按套餐预付费,2按量后付费
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-