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 Project description (optional and up to 1,000 characters)
|
Long |
getEnableURLGroup()
Get Whether to enable aggregation (optional)
|
Long |
getID()
Get Project ID
|
String |
getInstanceID()
Get ID of the instance to which to move the project (optional)
|
String |
getName()
Get Project name (optional, not empty, and up to 200 characters)
|
String |
getRate()
Get Project sample rate (optional)
|
String |
getRepo()
Get Project repository address (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 Project webpage URL (optional and up to 256 characters)
|
void |
setDesc(String Desc)
Set Project description (optional and up to 1,000 characters)
|
void |
setEnableURLGroup(Long EnableURLGroup)
Set Whether to enable aggregation (optional)
|
void |
setID(Long ID)
Set Project ID
|
void |
setInstanceID(String InstanceID)
Set ID of the instance to which to move the project (optional)
|
void |
setName(String Name)
Set Project name (optional, not empty, and up to 200 characters)
|
void |
setRate(String Rate)
Set Project sample rate (optional)
|
void |
setRepo(String Repo)
Set Project repository address (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 Project webpage URL (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, toJsonString
public ModifyProjectRequest()
public ModifyProjectRequest(ModifyProjectRequest source)
public Long getID()
public void setID(Long ID)
ID
- Project IDpublic String getName()
public void setName(String Name)
Name
- Project name (optional, not empty, and up to 200 characters)public String getURL()
public void setURL(String URL)
URL
- Project webpage URL (optional and up to 256 characters)public String getRepo()
public void setRepo(String Repo)
Repo
- Project repository address (optional and up to 256 characters)public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID
- ID of the instance to which to move the project (optional)public String getRate()
public void setRate(String Rate)
Rate
- Project sample rate (optional)public Long getEnableURLGroup()
public void setEnableURLGroup(Long EnableURLGroup)
EnableURLGroup
- Whether to enable aggregation (optional)public String getType()
public void setType(String Type)
Type
- Project type (valid values: "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")public String getDesc()
public void setDesc(String Desc)
Desc
- Project description (optional and up to 1,000 characters)Copyright © 2023. All rights reserved.