Class ModifyProjectRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.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
getProjectDesc()
Get 项目描述String
getProjectId()
Get 项目IDString
getProjectName()
Get 项目名称void
setProjectDesc(String ProjectDesc)
Set 项目描述void
setProjectId(String ProjectId)
Set 项目IDvoid
setProjectName(String ProjectName)
Set 项目名称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
-
getProjectId
public String getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目ID- Parameters:
ProjectId
- 项目ID
-
getProjectName
public String getProjectName()
Get 项目名称- Returns:
- ProjectName 项目名称
-
setProjectName
public void setProjectName(String ProjectName)
Set 项目名称- Parameters:
ProjectName
- 项目名称
-
getProjectDesc
public String getProjectDesc()
Get 项目描述- Returns:
- ProjectDesc 项目描述
-
setProjectDesc
public void setProjectDesc(String ProjectDesc)
Set 项目描述- Parameters:
ProjectDesc
- 项目描述
-
-