Class CheckForwardAuthRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.CheckForwardAuthRequest
-
public class CheckForwardAuthRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckForwardAuthRequest()CheckForwardAuthRequest(CheckForwardAuthRequest 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 LonggetQueueType()Get 队列类型 0.CMQ 1.CkafkaStringgetSkey()Get 控制台SkeyvoidsetQueueType(Long QueueType)Set 队列类型 0.CMQ 1.CkafkavoidsetSkey(String Skey)Set 控制台SkeyvoidtoMap(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
-
CheckForwardAuthRequest
public CheckForwardAuthRequest()
-
CheckForwardAuthRequest
public CheckForwardAuthRequest(CheckForwardAuthRequest 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
-
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 队列类型 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
-
-