public class CheckForwardAuthResponse extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndpoint()
Get 腾讯云账号
|
String |
getErrMsg()
Get 错误消息
|
String |
getProductid()
Get 产品ID
|
Long |
getQueueType()
Get 队列类型 0.CMQ 1.Ckafka
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getResult()
Get 结果
|
void |
setEndpoint(String Endpoint)
Set 腾讯云账号
|
void |
setErrMsg(String ErrMsg)
Set 错误消息
|
void |
setProductid(String Productid)
Set 产品ID
|
void |
setQueueType(Long QueueType)
Set 队列类型 0.CMQ 1.Ckafka
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setResult(Long Result)
Set 结果
|
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 CheckForwardAuthResponse()
public CheckForwardAuthResponse(CheckForwardAuthResponse source)
public String getEndpoint()
public void setEndpoint(String Endpoint)
Endpoint
- 腾讯云账号public Long getResult()
public void setResult(Long Result)
Result
- 结果public String getProductid()
public void setProductid(String Productid)
Productid
- 产品IDpublic String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- 错误消息public Long getQueueType()
public void setQueueType(Long QueueType)
QueueType
- 队列类型 0.CMQ 1.Ckafkapublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.