public class ModifyProjectRequest extends AbstractModel
Constructor and Description |
---|
ModifyProjectRequest() |
ModifyProjectRequest(ModifyProjectRequest 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 是否开启聚类(可选)
|
Long |
getID()
Get 项目 id
|
String |
getInstanceID()
Get 项目需要转移到的实例 id(可选)
|
String |
getName()
Get 项目名(可选,不为空且最长为 200)
|
String |
getRate()
Get 项目采样率(可选)
|
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 |
setID(Long ID)
Set 项目 id
|
void |
setInstanceID(String InstanceID)
Set 项目需要转移到的实例 id(可选)
|
void |
setName(String Name)
Set 项目名(可选,不为空且最长为 200)
|
void |
setRate(String Rate)
Set 项目采样率(可选)
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyProjectRequest()
public ModifyProjectRequest(ModifyProjectRequest source)
public Long getID()
public void setID(Long ID)
ID
- 项目 idpublic String getName()
public void setName(String Name)
Name
- 项目名(可选,不为空且最长为 200)public String getURL()
public void setURL(String URL)
URL
- 项目网页地址(可选,最长为 256)public String getRepo()
public void setRepo(String Repo)
Repo
- 项目仓库地址(可选,最长为 256)public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID
- 项目需要转移到的实例 id(可选)public String getRate()
public void setRate(String Rate)
Rate
- 项目采样率(可选)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 getDesc()
public void setDesc(String Desc)
Desc
- 项目描述(可选,最长为 1000)Copyright © 2022. All rights reserved.