public class CreateProjectRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateProjectRequest() | 
| CreateProjectRequest(CreateProjectRequest 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 | getDescription()Get 项目描述 | 
| String | getName()Get 项目名 | 
| TagSpec[] | getTags()Get 标签数组 | 
| void | setDescription(String Description)Set 项目描述 | 
| void | setName(String Name)Set 项目名 | 
| void | setTags(TagSpec[] Tags)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 CreateProjectRequest()
public CreateProjectRequest(CreateProjectRequest source)
public String getName()
public void setName(String Name)
Name - 项目名public String getDescription()
public void setDescription(String Description)
Description - 项目描述public TagSpec[] getTags()
public void setTags(TagSpec[] Tags)
Tags - 标签数组Copyright © 2025. All rights reserved.