public class DeleteTriggerRequest extends AbstractModel
Constructor and Description |
---|
DeleteTriggerRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getFunctionName()
Get Function name
|
String |
getNamespace()
Get Function namespace
|
String |
getQualifier()
Get Function version information
|
String |
getTriggerDesc()
Get This field is required if a COS trigger is to be deleted.
|
String |
getTriggerName()
Get Name of the trigger to be deleted
|
String |
getType()
Get Type of the trigger to be deleted.
|
void |
setFunctionName(String FunctionName)
Set Function name
|
void |
setNamespace(String Namespace)
Set Function namespace
|
void |
setQualifier(String Qualifier)
Set Function version information
|
void |
setTriggerDesc(String TriggerDesc)
Set This field is required if a COS trigger is to be deleted.
|
void |
setTriggerName(String TriggerName)
Set Name of the trigger to be deleted
|
void |
setType(String Type)
Set Type of the trigger to be deleted.
|
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 String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- Function namepublic String getTriggerName()
public void setTriggerName(String TriggerName)
TriggerName
- Name of the trigger to be deletedpublic String getType()
public void setType(String Type)
Type
- Type of the trigger to be deleted. Currently, COS, CMQ, timer, and ckafka triggers are supported.public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- Function namespacepublic String getTriggerDesc()
public void setTriggerDesc(String TriggerDesc)
TriggerDesc
- This field is required if a COS trigger is to be deleted. It stores the data {"event":"cos:ObjectCreated:*"} in the JSON format. The data content of this field is in the same format as that of SetTrigger. This field is optional if a scheduled trigger or CMQ trigger is to be deleted.public String getQualifier()
public void setQualifier(String Qualifier)
Qualifier
- Function version informationCopyright © 2020. All rights reserved.