public class ModifyProjectRequest extends AbstractModel
header, skipSign
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 |
getColorCode()
Get 颜色值
|
Long |
getDefaultPanelType()
Get 默认看板
|
Long |
getId()
Get 项目Id
|
Boolean |
getIsApply()
Get 可申请
|
String |
getLogo()
Get 图标
|
String |
getManagePlatform()
Get 项目管理平台
|
String |
getMark()
Get 备注
|
String |
getName()
Get 名字
|
String |
getPanelScope()
Get 2
|
String |
getSeed()
Get 种子
|
void |
setColorCode(String ColorCode)
Set 颜色值
|
void |
setDefaultPanelType(Long DefaultPanelType)
Set 默认看板
|
void |
setId(Long Id)
Set 项目Id
|
void |
setIsApply(Boolean IsApply)
Set 可申请
|
void |
setLogo(String Logo)
Set 图标
|
void |
setManagePlatform(String ManagePlatform)
Set 项目管理平台
|
void |
setMark(String Mark)
Set 备注
|
void |
setName(String Name)
Set 名字
|
void |
setPanelScope(String PanelScope)
Set 2
|
void |
setSeed(String Seed)
Set 种子
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- 名字public String getColorCode()
public void setColorCode(String ColorCode)
ColorCode
- 颜色值public String getLogo()
public void setLogo(String Logo)
Logo
- 图标public String getMark()
public void setMark(String Mark)
Mark
- 备注public Boolean getIsApply()
public void setIsApply(Boolean IsApply)
IsApply
- 可申请public String getSeed()
public void setSeed(String Seed)
Seed
- 种子public Long getDefaultPanelType()
public void setDefaultPanelType(Long DefaultPanelType)
DefaultPanelType
- 默认看板public String getPanelScope()
public void setPanelScope(String PanelScope)
PanelScope
- 2public String getManagePlatform()
public void setManagePlatform(String ManagePlatform)
ManagePlatform
- 项目管理平台Copyright © 2024. All rights reserved.