Class ModifyProjectRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.rum.v20210622.models.ModifyProjectRequest
-
public class ModifyProjectRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDesc()
Get 项目描述(可选,最长为 1000)Long
getEnableURLGroup()
Get 是否开启聚类(可选)Long
getID()
Get 项目 idString
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 项目 idvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyProjectRequest
public ModifyProjectRequest()
-
ModifyProjectRequest
public 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.
-
-
Method Detail
-
getID
public Long getID()
Get 项目 id- Returns:
- ID 项目 id
-
setID
public void setID(Long ID)
Set 项目 id- Parameters:
ID
- 项目 id
-
getName
public String getName()
Get 项目名(可选,不为空且最长为 200)- Returns:
- Name 项目名(可选,不为空且最长为 200)
-
setName
public void setName(String Name)
Set 项目名(可选,不为空且最长为 200)- Parameters:
Name
- 项目名(可选,不为空且最长为 200)
-
getURL
public String getURL()
Get 项目网页地址(可选,最长为 256)- Returns:
- URL 项目网页地址(可选,最长为 256)
-
setURL
public void setURL(String URL)
Set 项目网页地址(可选,最长为 256)- Parameters:
URL
- 项目网页地址(可选,最长为 256)
-
getRepo
public String getRepo()
Get 项目仓库地址(可选,最长为 256)- Returns:
- Repo 项目仓库地址(可选,最长为 256)
-
setRepo
public void setRepo(String Repo)
Set 项目仓库地址(可选,最长为 256)- Parameters:
Repo
- 项目仓库地址(可选,最长为 256)
-
getInstanceID
public String getInstanceID()
Get 项目需要转移到的实例 id(可选)- Returns:
- InstanceID 项目需要转移到的实例 id(可选)
-
setInstanceID
public void setInstanceID(String InstanceID)
Set 项目需要转移到的实例 id(可选)- Parameters:
InstanceID
- 项目需要转移到的实例 id(可选)
-
getRate
public String getRate()
Get 项目采样率(可选)- Returns:
- Rate 项目采样率(可选)
-
setRate
public void setRate(String Rate)
Set 项目采样率(可选)- Parameters:
Rate
- 项目采样率(可选)
-
getEnableURLGroup
public Long getEnableURLGroup()
Get 是否开启聚类(可选)- Returns:
- EnableURLGroup 是否开启聚类(可选)
-
setEnableURLGroup
public void setEnableURLGroup(Long EnableURLGroup)
Set 是否开启聚类(可选)- Parameters:
EnableURLGroup
- 是否开启聚类(可选)
-
getType
public String getType()
Get 项目类型(可接受值为 "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")- Returns:
- Type 项目类型(可接受值为 "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
-
setType
public void setType(String Type)
Set 项目类型(可接受值为 "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")- Parameters:
Type
- 项目类型(可接受值为 "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
-
getDesc
public String getDesc()
Get 项目描述(可选,最长为 1000)- Returns:
- Desc 项目描述(可选,最长为 1000)
-
setDesc
public void setDesc(String Desc)
Set 项目描述(可选,最长为 1000)- Parameters:
Desc
- 项目描述(可选,最长为 1000)
-
-