Class EventBusParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.EventBusParam
-
public class EventBusParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EventBusParam()EventBusParam(EventBusParam 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 SCF云函数函数名StringgetNamespace()Get SCF云函数命名空间StringgetQualifier()Get SCF云函数版本及别名StringgetResource()Get 实例资源BooleangetSelfBuilt()Get 是否为自建集群StringgetType()Get 资源类型。EB_COS/EB_ES/EB_CLSvoidsetFunctionName(String FunctionName)Set SCF云函数函数名voidsetNamespace(String Namespace)Set SCF云函数命名空间voidsetQualifier(String Qualifier)Set SCF云函数版本及别名voidsetResource(String Resource)Set 实例资源voidsetSelfBuilt(Boolean SelfBuilt)Set 是否为自建集群voidsetType(String Type)Set 资源类型。EB_COS/EB_ES/EB_CLSvoidtoMap(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
-
EventBusParam
public EventBusParam()
-
EventBusParam
public EventBusParam(EventBusParam 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
-
getType
public String getType()
Get 资源类型。EB_COS/EB_ES/EB_CLS- Returns:
- Type 资源类型。EB_COS/EB_ES/EB_CLS
-
setType
public void setType(String Type)
Set 资源类型。EB_COS/EB_ES/EB_CLS- Parameters:
Type- 资源类型。EB_COS/EB_ES/EB_CLS
-
getSelfBuilt
public Boolean getSelfBuilt()
Get 是否为自建集群- Returns:
- SelfBuilt 是否为自建集群
-
setSelfBuilt
public void setSelfBuilt(Boolean SelfBuilt)
Set 是否为自建集群- Parameters:
SelfBuilt- 是否为自建集群
-
getResource
public String getResource()
Get 实例资源- Returns:
- Resource 实例资源
-
setResource
public void setResource(String Resource)
Set 实例资源- Parameters:
Resource- 实例资源
-
getNamespace
public String getNamespace()
Get SCF云函数命名空间- Returns:
- Namespace SCF云函数命名空间
-
setNamespace
public void setNamespace(String Namespace)
Set SCF云函数命名空间- Parameters:
Namespace- SCF云函数命名空间
-
getFunctionName
public String getFunctionName()
Get SCF云函数函数名- Returns:
- FunctionName SCF云函数函数名
-
setFunctionName
public void setFunctionName(String FunctionName)
Set SCF云函数函数名- Parameters:
FunctionName- SCF云函数函数名
-
getQualifier
public String getQualifier()
Get SCF云函数版本及别名- Returns:
- Qualifier SCF云函数版本及别名
-
setQualifier
public void setQualifier(String Qualifier)
Set SCF云函数版本及别名- Parameters:
Qualifier- SCF云函数版本及别名
-
-