public class SetForwardAuthRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getQueueType()
Get 消息队列类型
|
String |
getSkey()
Get 控制台Skey
|
void |
setQueueType(Long QueueType)
Set 消息队列类型
|
void |
setSkey(String Skey)
Set 控制台Skey
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SetForwardAuthRequest()
public SetForwardAuthRequest(SetForwardAuthRequest source)
public String getSkey()
public void setSkey(String Skey)
Skey
- 控制台Skeypublic Long getQueueType()
public void setQueueType(Long QueueType)
QueueType
- 消息队列类型Copyright © 2021. All rights reserved.