public class RegisterDsEventPublisherReq extends AbstractModel
header, skipSign| Constructor and Description |
|---|
RegisterDsEventPublisherReq() |
RegisterDsEventPublisherReq(RegisterDsEventPublisherReq 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 |
getDescription()
Get 描述信息
|
String |
getKey()
Get 任务id
|
String |
getProjectId()
Get 项目id
|
ParamInfoDs[] |
getProperties()
Get 配置信息
|
String |
getType()
Get 类型 REST_API、KAFKA
|
void |
setDescription(String Description)
Set 描述信息
|
void |
setKey(String Key)
Set 任务id
|
void |
setProjectId(String ProjectId)
Set 项目id
|
void |
setProperties(ParamInfoDs[] Properties)
Set 配置信息
|
void |
setType(String Type)
Set 类型 REST_API、KAFKA
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RegisterDsEventPublisherReq()
public RegisterDsEventPublisherReq(RegisterDsEventPublisherReq source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目idpublic String getKey()
public void setKey(String Key)
Key - 任务idpublic String getType()
public void setType(String Type)
Type - 类型 REST_API、KAFKApublic ParamInfoDs[] getProperties()
public void setProperties(ParamInfoDs[] Properties)
Properties - 配置信息public String getDescription()
public void setDescription(String Description)
Description - 描述信息Copyright © 2025. All rights reserved.