public class DeleteProjectRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteProjectRequest() | 
| DeleteProjectRequest(DeleteProjectRequest 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 | 
|---|---|
| Long | getDefaultPanelType()Get 默认看板 | 
| Long | getId()Get 项目ID | 
| String | getSeed()Get 随机数 | 
| void | setDefaultPanelType(Long DefaultPanelType)Set 默认看板 | 
| void | setId(Long Id)Set 项目ID | 
| 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, toJsonStringpublic DeleteProjectRequest()
public DeleteProjectRequest(DeleteProjectRequest source)
public Long getId()
public void setId(Long Id)
Id - 项目IDpublic String getSeed()
public void setSeed(String Seed)
Seed - 随机数public Long getDefaultPanelType()
public void setDefaultPanelType(Long DefaultPanelType)
DefaultPanelType - 默认看板Copyright © 2025. All rights reserved.