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 Project description. 
 | 
String | 
getName()
Get Project name. 
 | 
TagSpec[] | 
getTags()
Get Array of tags. 
 | 
void | 
setDescription(String Description)
Set Project description. 
 | 
void | 
setName(String Name)
Set Project name. 
 | 
void | 
setTags(TagSpec[] Tags)
Set Array of tags. 
 | 
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 - Project name.public String getDescription()
public void setDescription(String Description)
Description - Project description.public TagSpec[] getTags()
public void setTags(TagSpec[] Tags)
Tags - Array of tags.Copyright © 2025. All rights reserved.