public class ScriptInfoResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScriptInfoResponse() | 
| ScriptInfoResponse(ScriptInfoResponse 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 | getBucket()Get COS Bucket Name
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getCreateTime()Get Creation TimeNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getExtraInfo()Get Additional Information
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getFileExtensionType()Get File Extension Type
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getFileName()Get Script Name
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 | getLocalTempPath()Get Local Temporary File Path
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getMd5Value()Get md5 Value
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getOwner()Get User ID
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getOwnerName()Get UsernameNote: This field may return null, indicating that no valid value can be obtained. | 
| Long | getPathDepth()Get Path Depth
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getProjectId()Get Project IDNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getRegion()Get COS Region
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 IDNote: This field may return null, indicating that no valid value can be obtained. | 
| Float | getSize()Get File sizeNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getType()Get File TypeNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getUpdateTime()Get Update timeNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getZipPath()Get Local Compressed File Path
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setBucket(String Bucket)Set COS Bucket Name
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setCreateTime(String CreateTime)Set Creation TimeNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setExtraInfo(String ExtraInfo)Set Additional Information
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setFileExtensionType(String FileExtensionType)Set File Extension Type
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setFileName(String FileName)Set Script Name
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 | setLocalTempPath(String LocalTempPath)Set Local Temporary File Path
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setMd5Value(String Md5Value)Set md5 Value
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setOwner(String Owner)Set User ID
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setOwnerName(String OwnerName)Set UsernameNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setPathDepth(Long PathDepth)Set Path Depth
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setProjectId(String ProjectId)Set Project IDNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setRegion(String Region)Set COS Region
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 IDNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setSize(Float Size)Set File sizeNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setType(String Type)Set File TypeNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setUpdateTime(String UpdateTime)Set Update timeNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setZipPath(String ZipPath)Set Local Compressed File Path
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, toJsonStringpublic ScriptInfoResponse()
public ScriptInfoResponse(ScriptInfoResponse source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - Resource IDNote: This field may return null, indicating that no valid value can be obtained.public String getFileName()
public void setFileName(String FileName)
FileName - Script Name
Note: This field may return null, indicating that no valid value can be obtained.public String getFileExtensionType()
public void setFileExtensionType(String FileExtensionType)
FileExtensionType - File Extension Type
Note: This field may return null, indicating that no valid value can be obtained.public String getType()
public void setType(String Type)
Type - File TypeNote: This field may return null, indicating that no valid value can be obtained.public String getMd5Value()
public void setMd5Value(String Md5Value)
Md5Value - md5 Value
Note: This field may return null, indicating that no valid value can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation TimeNote: This field may return null, indicating that no valid value can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update timeNote: This field may return null, indicating that no valid value can be obtained.public Float getSize()
public void setSize(Float Size)
Size - File sizeNote: 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 getOwnerName()
public void setOwnerName(String OwnerName)
OwnerName - UsernameNote: This field may return null, indicating that no valid value can be obtained.public String getOwner()
public void setOwner(String Owner)
Owner - User ID
Note: This field may return null, indicating that no valid value can be obtained.public Long getPathDepth()
public void setPathDepth(Long PathDepth)
PathDepth - Path Depth
Note: This field may return null, indicating that no valid value can be obtained.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDNote: This field may return null, indicating that no valid value can be obtained.public String getExtraInfo()
public void setExtraInfo(String ExtraInfo)
ExtraInfo - Additional Information
Note: This field may return null, indicating that no valid value can be obtained.public String getLocalTempPath()
public void setLocalTempPath(String LocalTempPath)
LocalTempPath - Local Temporary File Path
Note: This field may return null, indicating that no valid value can be obtained.public String getZipPath()
public void setZipPath(String ZipPath)
ZipPath - Local Compressed File Path
Note: This field may return null, indicating that no valid value can be obtained.public String getBucket()
public void setBucket(String Bucket)
Bucket - COS Bucket Name
Note: This field may return null, indicating that no valid value can be obtained.public String getRegion()
public void setRegion(String Region)
Region - COS Region
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.