public class DescribeForwardRuleRequest extends AbstractModel
Constructor and Description |
---|
DescribeForwardRuleRequest() |
DescribeForwardRuleRequest(DescribeForwardRuleRequest 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 |
---|---|
String |
getConsecretid()
Get 临时密钥
|
String |
getProductID()
Get 产品ID
|
Long |
getQueueType()
Get 队列类型,0:CMQ,1:Ckafka
|
String |
getSkey()
Get 控制台Skey
|
void |
setConsecretid(String Consecretid)
Set 临时密钥
|
void |
setProductID(String ProductID)
Set 产品ID
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeForwardRuleRequest()
public DescribeForwardRuleRequest(DescribeForwardRuleRequest source)
public String getProductID()
public void setProductID(String ProductID)
ProductID
- 产品IDpublic String getSkey()
public void setSkey(String Skey)
Skey
- 控制台Skeypublic Long getQueueType()
public void setQueueType(Long QueueType)
QueueType
- 队列类型,0:CMQ,1:Ckafkapublic String getConsecretid()
public void setConsecretid(String Consecretid)
Consecretid
- 临时密钥Copyright © 2021. All rights reserved.