public class WorkspaceInfoDTO extends AbstractModel
Constructor and Description |
---|
WorkspaceInfoDTO() |
WorkspaceInfoDTO(WorkspaceInfoDTO 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 |
getCreateDate()
Get 工作空间创建时间
|
String |
getSpaceKey()
Get 空间key
|
Long |
getWorkspaceId()
Get 工作空间id
|
void |
setCreateDate(String CreateDate)
Set 工作空间创建时间
|
void |
setSpaceKey(String SpaceKey)
Set 空间key
|
void |
setWorkspaceId(Long WorkspaceId)
Set 工作空间id
|
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 WorkspaceInfoDTO()
public WorkspaceInfoDTO(WorkspaceInfoDTO source)
public String getCreateDate()
public void setCreateDate(String CreateDate)
CreateDate
- 工作空间创建时间public String getSpaceKey()
public void setSpaceKey(String SpaceKey)
SpaceKey
- 空间keypublic Long getWorkspaceId()
public void setWorkspaceId(Long WorkspaceId)
WorkspaceId
- 工作空间idCopyright © 2022. All rights reserved.