public class Folder extends AbstractModel
Constructor and Description |
---|
Folder() |
Folder(Folder 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 |
getCreateTime()
Get 创建时间
|
String |
getId()
Get 文件ID
|
String |
getName()
Get 文件夹名称
|
String |
getProjectId()
Get 所属项目id
|
String |
getUpdateTime()
Get 更新时间
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setId(String Id)
Set 文件ID
|
void |
setName(String Name)
Set 文件夹名称
|
void |
setProjectId(String ProjectId)
Set 所属项目id
|
void |
setUpdateTime(String UpdateTime)
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 Folder()
public Folder(Folder source)
public String getId()
public void setId(String Id)
Id
- 文件IDpublic String getName()
public void setName(String Name)
Name
- 文件夹名称public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 所属项目idpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间Copyright © 2022. All rights reserved.