public class CreateDeliverCloudFunctionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDeliverCloudFunctionRequest() |
CreateDeliverCloudFunctionRequest(CreateDeliverCloudFunctionRequest 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 |
getFunctionName()
Get Cloud Function name for delivery
|
Long |
getMaxMsgNum()
Get Maximum number of messages to deliver
|
String |
getNamespace()
Get Namespace
|
String |
getQualifier()
Get Function version
|
Long |
getTimeout()
Get Maximum waiting time for delivery.
|
String |
getTopicId()
Get Topic id belonging to the delivery rule
|
void |
setFunctionName(String FunctionName)
Set Cloud Function name for delivery
|
void |
setMaxMsgNum(Long MaxMsgNum)
Set Maximum number of messages to deliver
|
void |
setNamespace(String Namespace)
Set Namespace
|
void |
setQualifier(String Qualifier)
Set Function version
|
void |
setTimeout(Long Timeout)
Set Maximum waiting time for delivery.
|
void |
setTopicId(String TopicId)
Set Topic id belonging to the delivery rule
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateDeliverCloudFunctionRequest()
public CreateDeliverCloudFunctionRequest(CreateDeliverCloudFunctionRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Topic id belonging to the delivery rulepublic String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- Cloud Function name for deliverypublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- Namespacepublic String getQualifier()
public void setQualifier(String Qualifier)
Qualifier
- Function versionpublic Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- Maximum waiting time for delivery. Unit: secondspublic Long getMaxMsgNum()
public void setMaxMsgNum(Long MaxMsgNum)
MaxMsgNum
- Maximum number of messages to deliverCopyright © 2024. All rights reserved.