Class DeleteProvisionedConcurrencyConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.DeleteProvisionedConcurrencyConfigRequest
-
public class DeleteProvisionedConcurrencyConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteProvisionedConcurrencyConfigRequest()DeleteProvisionedConcurrencyConfigRequest(DeleteProvisionedConcurrencyConfigRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFunctionName()Get 需要删除预置并发的函数的名称StringgetNamespace()Get 函数所属命名空间,默认为defaultStringgetQualifier()Get 函数的版本号voidsetFunctionName(String FunctionName)Set 需要删除预置并发的函数的名称voidsetNamespace(String Namespace)Set 函数所属命名空间,默认为defaultvoidsetQualifier(String Qualifier)Set 函数的版本号voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteProvisionedConcurrencyConfigRequest
public DeleteProvisionedConcurrencyConfigRequest()
-
DeleteProvisionedConcurrencyConfigRequest
public DeleteProvisionedConcurrencyConfigRequest(DeleteProvisionedConcurrencyConfigRequest 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.
-
-
Method Detail
-
getFunctionName
public String getFunctionName()
Get 需要删除预置并发的函数的名称- Returns:
- FunctionName 需要删除预置并发的函数的名称
-
setFunctionName
public void setFunctionName(String FunctionName)
Set 需要删除预置并发的函数的名称- Parameters:
FunctionName- 需要删除预置并发的函数的名称
-
getQualifier
public String getQualifier()
Get 函数的版本号- Returns:
- Qualifier 函数的版本号
-
setQualifier
public void setQualifier(String Qualifier)
Set 函数的版本号- Parameters:
Qualifier- 函数的版本号
-
getNamespace
public String getNamespace()
Get 函数所属命名空间,默认为default- Returns:
- Namespace 函数所属命名空间,默认为default
-
setNamespace
public void setNamespace(String Namespace)
Set 函数所属命名空间,默认为default- Parameters:
Namespace- 函数所属命名空间,默认为default
-
-