public class ResourcePathTree extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourcePathTree() |
ResourcePathTree(ResourcePathTree 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 |
getCosBucket()
Get COS Bucket Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getCosRegion()
Get COS Region
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getCreateTime()
Get Creation TimeNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getExtraInfo()
Get Additional InformationNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getFileExtensionType()
Get File TypeNote: This field may return null, indicating that no valid value can be obtained.
|
Boolean |
getIsLeaf()
Get Is leaf node
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getLocalPath()
Get Local path
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getMd5Value()
Get File MD5 value
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getName()
Get Resource name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getOwnerName()
Get File Owner's Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRemotePath()
Get Remote path
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getResourceId()
Get Resource ID
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getSize()
Get File sizeNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getUpdateTime()
Get Update timeNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getUpdateUser()
Get Updater
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getUpdateUserId()
Get File Updater UIN
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCosBucket(String CosBucket)
Set COS Bucket Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCosRegion(String CosRegion)
Set COS Region
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCreateTime(Long CreateTime)
Set Creation TimeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setExtraInfo(String ExtraInfo)
Set Additional InformationNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setFileExtensionType(String FileExtensionType)
Set File TypeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setIsLeaf(Boolean IsLeaf)
Set Is leaf node
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setLocalPath(String LocalPath)
Set Local path
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setMd5Value(String Md5Value)
Set File MD5 value
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setName(String Name)
Set Resource name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setOwnerName(String OwnerName)
Set File Owner's Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRemotePath(String RemotePath)
Set Remote path
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setResourceId(String ResourceId)
Set Resource ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setSize(Long Size)
Set File sizeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setUpdateTime(Long UpdateTime)
Set Update timeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setUpdateUser(String UpdateUser)
Set Updater
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setUpdateUserId(String UpdateUserId)
Set File Updater UIN
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResourcePathTree()
public ResourcePathTree(ResourcePathTree source)
public String getName()
public void setName(String Name)
Name
- Resource name
Note: This field may return null, indicating that no valid value can be obtained.public Boolean getIsLeaf()
public void setIsLeaf(Boolean IsLeaf)
IsLeaf
- Is leaf node
Note: This field may return null, indicating that no valid value can be obtained.public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Resource ID
Note: This field may return null, indicating that no valid value can be obtained.public String getLocalPath()
public void setLocalPath(String LocalPath)
LocalPath
- Local path
Note: This field may return null, indicating that no valid value can be obtained.public String getRemotePath()
public void setRemotePath(String RemotePath)
RemotePath
- Remote path
Note: This field may return null, indicating that no valid value can be obtained.public String getFileExtensionType()
public void setFileExtensionType(String FileExtensionType)
FileExtensionType
- File TypeNote: This field may return null, indicating that no valid value can be obtained.public Long getSize()
public void setSize(Long Size)
Size
- File sizeNote: This field may return null, indicating that no valid value can be obtained.public String getMd5Value()
public void setMd5Value(String Md5Value)
Md5Value
- File MD5 value
Note: This field may return null, indicating that no valid value can be obtained.public String getOwnerName()
public void setOwnerName(String OwnerName)
OwnerName
- File Owner's Name
Note: This field may return null, indicating that no valid value can be obtained.public String getUpdateUser()
public void setUpdateUser(String UpdateUser)
UpdateUser
- Updater
Note: This field may return null, indicating that no valid value can be obtained.public String getUpdateUserId()
public void setUpdateUserId(String UpdateUserId)
UpdateUserId
- File Updater UIN
Note: This field may return null, indicating that no valid value can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation TimeNote: This field may return null, indicating that no valid value can be obtained.public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- Update timeNote: This field may return null, indicating that no valid value can be obtained.public String getCosBucket()
public void setCosBucket(String CosBucket)
CosBucket
- COS Bucket Name
Note: This field may return null, indicating that no valid value can be obtained.public String getCosRegion()
public void setCosRegion(String CosRegion)
CosRegion
- COS Region
Note: This field may return null, indicating that no valid value can be obtained.public String getExtraInfo()
public void setExtraInfo(String ExtraInfo)
ExtraInfo
- Additional InformationNote: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.