Class CheckForwardAuthResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.CheckForwardAuthResponse
-
public class CheckForwardAuthResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckForwardAuthResponse()CheckForwardAuthResponse(CheckForwardAuthResponse 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 StringgetEndpoint()Get 腾讯云账号StringgetErrMsg()Get 错误消息StringgetProductid()Get 产品IDLonggetQueueType()Get 队列类型 0.CMQ 1.CkafkaStringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetResult()Get 结果voidsetEndpoint(String Endpoint)Set 腾讯云账号voidsetErrMsg(String ErrMsg)Set 错误消息voidsetProductid(String Productid)Set 产品IDvoidsetQueueType(Long QueueType)Set 队列类型 0.CMQ 1.CkafkavoidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetResult(Long Result)Set 结果voidtoMap(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
-
CheckForwardAuthResponse
public CheckForwardAuthResponse()
-
CheckForwardAuthResponse
public CheckForwardAuthResponse(CheckForwardAuthResponse 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
-
getEndpoint
public String getEndpoint()
Get 腾讯云账号- Returns:
- Endpoint 腾讯云账号
-
setEndpoint
public void setEndpoint(String Endpoint)
Set 腾讯云账号- Parameters:
Endpoint- 腾讯云账号
-
getResult
public Long getResult()
Get 结果- Returns:
- Result 结果
-
setResult
public void setResult(Long Result)
Set 结果- Parameters:
Result- 结果
-
getProductid
public String getProductid()
Get 产品ID- Returns:
- Productid 产品ID
-
setProductid
public void setProductid(String Productid)
Set 产品ID- Parameters:
Productid- 产品ID
-
getErrMsg
public String getErrMsg()
Get 错误消息- Returns:
- ErrMsg 错误消息
-
setErrMsg
public void setErrMsg(String ErrMsg)
Set 错误消息- Parameters:
ErrMsg- 错误消息
-
getQueueType
public Long getQueueType()
Get 队列类型 0.CMQ 1.Ckafka- Returns:
- QueueType 队列类型 0.CMQ 1.Ckafka
-
setQueueType
public void setQueueType(Long QueueType)
Set 队列类型 0.CMQ 1.Ckafka- Parameters:
QueueType- 队列类型 0.CMQ 1.Ckafka
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-