Class ModifyForwardRuleResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.ModifyForwardRuleResponse
-
public class ModifyForwardRuleResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyForwardRuleResponse()
ModifyForwardRuleResponse(ModifyForwardRuleResponse 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
getEndpoint()
Get 腾讯云账号String
getErrMsg()
Get 错误信息String
getProductID()
Get 产品IDLong
getQueueType()
Get 队列类型 0.CMQ 1.CKafkaString
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Long
getResult()
Get 结果void
setEndpoint(String Endpoint)
Set 腾讯云账号void
setErrMsg(String ErrMsg)
Set 错误信息void
setProductID(String ProductID)
Set 产品IDvoid
setQueueType(Long QueueType)
Set 队列类型 0.CMQ 1.CKafkavoid
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setResult(Long Result)
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
-
ModifyForwardRuleResponse
public ModifyForwardRuleResponse()
-
ModifyForwardRuleResponse
public ModifyForwardRuleResponse(ModifyForwardRuleResponse 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
- 腾讯云账号
-
getProductID
public String getProductID()
Get 产品ID- Returns:
- ProductID 产品ID
-
setProductID
public void setProductID(String ProductID)
Set 产品ID- Parameters:
ProductID
- 产品ID
-
getResult
public Long getResult()
Get 结果- Returns:
- Result 结果
-
setResult
public void setResult(Long Result)
Set 结果- Parameters:
Result
- 结果
-
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。
-
-