Class SetForwardAuthRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.SetForwardAuthRequest
-
public class SetForwardAuthRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SetForwardAuthRequest()SetForwardAuthRequest(SetForwardAuthRequest 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
-
SetForwardAuthRequest
public SetForwardAuthRequest()
-
SetForwardAuthRequest
public SetForwardAuthRequest(SetForwardAuthRequest 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
-
-