Class DeleteForwardRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20211125.models.DeleteForwardRuleRequest
-
public class DeleteForwardRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteForwardRuleRequest()
DeleteForwardRuleRequest(DeleteForwardRuleRequest 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
getProductID()
Get 产品IDString
getQueueName()
Get 队列名称Long
getQueueType()
Get 队列类型String
getSkey()
Get 控制台Skeyvoid
setProductID(String ProductID)
Set 产品IDvoid
setQueueName(String QueueName)
Set 队列名称void
setQueueType(Long QueueType)
Set 队列类型void
setSkey(String Skey)
Set 控制台Skeyvoid
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
-
DeleteForwardRuleRequest
public DeleteForwardRuleRequest()
-
DeleteForwardRuleRequest
public DeleteForwardRuleRequest(DeleteForwardRuleRequest 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
-
getProductID
public String getProductID()
Get 产品ID- Returns:
- ProductID 产品ID
-
setProductID
public void setProductID(String ProductID)
Set 产品ID- Parameters:
ProductID
- 产品ID
-
getSkey
public String getSkey()
Get 控制台Skey- Returns:
- Skey 控制台Skey
-
setSkey
public void setSkey(String Skey)
Set 控制台Skey- Parameters:
Skey
- 控制台Skey
-
getQueueType
public Long getQueueType()
Get 队列类型- Returns:
- QueueType 队列类型
-
setQueueType
public void setQueueType(Long QueueType)
Set 队列类型- Parameters:
QueueType
- 队列类型
-
getQueueName
public String getQueueName()
Get 队列名称- Returns:
- QueueName 队列名称
-
setQueueName
public void setQueueName(String QueueName)
Set 队列名称- Parameters:
QueueName
- 队列名称
-
-