public class CreateProjectRequest extends AbstractModel
| 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 Description of the created project (optional and up to 1,000 characters) | 
| Long | getEnableURLGroup()Get Whether to enable aggregation | 
| String | getInstanceID()Get Business system ID | 
| String | getName()Get Name of the created project (required and up to 200 characters) | 
| String | getRate()Get Project sampling rate (greater than or equal to 0) | 
| String | getRepo()Get Repository address of the project (optional and up to 256 characters) | 
| String | getType()Get Project type (valid values: "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn") | 
| String | getURL()Get Webpage address of the project (optional and up to 256 characters) | 
| void | setDesc(String Desc)Set Description of the created project (optional and up to 1,000 characters) | 
| void | setEnableURLGroup(Long EnableURLGroup)Set Whether to enable aggregation | 
| void | setInstanceID(String InstanceID)Set Business system ID | 
| void | setName(String Name)Set Name of the created project (required and up to 200 characters) | 
| void | setRate(String Rate)Set Project sampling rate (greater than or equal to 0) | 
| void | setRepo(String Repo)Set Repository address of the project (optional and up to 256 characters) | 
| void | setType(String Type)Set Project type (valid values: "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn") | 
| void | setURL(String URL)Set Webpage address of the project (optional and up to 256 characters) | 
| 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, toJsonStringpublic CreateProjectRequest()
public CreateProjectRequest(CreateProjectRequest source)
public String getName()
public void setName(String Name)
Name - Name of the created project (required and up to 200 characters)public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID - Business system IDpublic String getRate()
public void setRate(String Rate)
Rate - Project sampling rate (greater than or equal to 0)public Long getEnableURLGroup()
public void setEnableURLGroup(Long EnableURLGroup)
EnableURLGroup - Whether to enable aggregationpublic String getType()
public void setType(String Type)
Type - Project type (valid values: "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")public String getRepo()
public void setRepo(String Repo)
Repo - Repository address of the project (optional and up to 256 characters)public String getURL()
public void setURL(String URL)
URL - Webpage address of the project (optional and up to 256 characters)public String getDesc()
public void setDesc(String Desc)
Desc - Description of the created project (optional and up to 1,000 characters)Copyright © 2022. All rights reserved.