public class CheckForwardAuthRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getQueueType()Get 队列类型 0.CMQ  1.Ckafka | 
| String | getSkey()Get 控制台Skey | 
| void | setQueueType(Long QueueType)Set 队列类型 0.CMQ  1.Ckafka | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CheckForwardAuthRequest()
public CheckForwardAuthRequest(CheckForwardAuthRequest source)
public String getSkey()
public void setSkey(String Skey)
Skey - 控制台Skeypublic Long getQueueType()
public void setQueueType(Long QueueType)
QueueType - 队列类型 0.CMQ  1.CkafkaCopyright © 2025. All rights reserved.