public class CreatePositionSpaceRequest extends AbstractModel
Constructor and Description |
---|
CreatePositionSpaceRequest() |
CreatePositionSpaceRequest(CreatePositionSpaceRequest 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 |
getAuthorizeType()
Get 授权类型,0:只读 1:读写
|
String |
getDescription()
Get 描述
|
String |
getIcon()
Get 缩略图
|
String[] |
getProductIdList()
Get 产品列表
|
String |
getProjectId()
Get 项目ID
|
String |
getSpaceName()
Get 空间名称
|
void |
setAuthorizeType(Long AuthorizeType)
Set 授权类型,0:只读 1:读写
|
void |
setDescription(String Description)
Set 描述
|
void |
setIcon(String Icon)
Set 缩略图
|
void |
setProductIdList(String[] ProductIdList)
Set 产品列表
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setSpaceName(String SpaceName)
Set 空间名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreatePositionSpaceRequest()
public CreatePositionSpaceRequest(CreatePositionSpaceRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic String getSpaceName()
public void setSpaceName(String SpaceName)
SpaceName
- 空间名称public Long getAuthorizeType()
public void setAuthorizeType(Long AuthorizeType)
AuthorizeType
- 授权类型,0:只读 1:读写public String[] getProductIdList()
public void setProductIdList(String[] ProductIdList)
ProductIdList
- 产品列表public String getDescription()
public void setDescription(String Description)
Description
- 描述public String getIcon()
public void setIcon(String Icon)
Icon
- 缩略图Copyright © 2022. All rights reserved.