public class CreateProjectRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateProjectRequest() |
CreateProjectRequest(CreateProjectRequest 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 |
getDesc()
Get 应用描述(可选,最长为 1000)
|
Long |
getEnableURLGroup()
Get 是否开启聚类
|
String |
getInstanceID()
Get 业务系统 ID
|
String |
getName()
Get 应用名称(不为空且最长为 200)
|
String |
getRate()
Get 项目抽样率(大于等于 0)
|
String |
getRepo()
Get 项目对应仓库地址(可选,最长为 256)
|
String |
getType()
Get 项目类型("web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
|
String |
getURL()
Get 项目对应网页地址(可选,最长为 256)
|
void |
setDesc(String Desc)
Set 应用描述(可选,最长为 1000)
|
void |
setEnableURLGroup(Long EnableURLGroup)
Set 是否开启聚类
|
void |
setInstanceID(String InstanceID)
Set 业务系统 ID
|
void |
setName(String Name)
Set 应用名称(不为空且最长为 200)
|
void |
setRate(String Rate)
Set 项目抽样率(大于等于 0)
|
void |
setRepo(String Repo)
Set 项目对应仓库地址(可选,最长为 256)
|
void |
setType(String Type)
Set 项目类型("web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
|
void |
setURL(String URL)
Set 项目对应网页地址(可选,最长为 256)
|
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, toJsonString
public CreateProjectRequest()
public CreateProjectRequest(CreateProjectRequest source)
public String getName()
public void setName(String Name)
Name
- 应用名称(不为空且最长为 200)public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID
- 业务系统 IDpublic String getRate()
public void setRate(String Rate)
Rate
- 项目抽样率(大于等于 0)public Long getEnableURLGroup()
public void setEnableURLGroup(Long EnableURLGroup)
EnableURLGroup
- 是否开启聚类public String getType()
public void setType(String Type)
Type
- 项目类型("web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")public String getRepo()
public void setRepo(String Repo)
Repo
- 项目对应仓库地址(可选,最长为 256)public String getURL()
public void setURL(String URL)
URL
- 项目对应网页地址(可选,最长为 256)public String getDesc()
public void setDesc(String Desc)
Desc
- 应用描述(可选,最长为 1000)Copyright © 2024. All rights reserved.