public class ScriptInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScriptInfo() | 
| ScriptInfo(ScriptInfo 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 | getEncodedContent()Get Base64-encoded file content. | 
| String | getEncodedHttpArchive()Get Base64-encoded har structure. | 
| String | getFileId()Get File ID. | 
| Long | getLoadWeight()Get Script weight, range 1-100. | 
| String | getName()Get Filename. | 
| Long | getSize()Get File size. | 
| String | getType()Get File type. | 
| String | getUpdatedAt()Get Update time. | 
| void | setEncodedContent(String EncodedContent)Set Base64-encoded file content. | 
| void | setEncodedHttpArchive(String EncodedHttpArchive)Set Base64-encoded har structure. | 
| void | setFileId(String FileId)Set File ID. | 
| void | setLoadWeight(Long LoadWeight)Set Script weight, range 1-100. | 
| void | setName(String Name)Set Filename. | 
| void | setSize(Long Size)Set File size. | 
| void | setType(String Type)Set File type. | 
| void | setUpdatedAt(String UpdatedAt)Set Update time. | 
| 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 ScriptInfo()
public ScriptInfo(ScriptInfo source)
public String getName()
public void setName(String Name)
Name - Filename.
Note: This field may return null, indicating that no valid value is found.public Long getSize()
public void setSize(Long Size)
Size - File size.
Note: This field may return null, indicating that no valid value is found.public String getType()
public void setType(String Type)
Type - File type.
Note: This field may return null, indicating that no valid value is found.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - Update time.
Note: This field may return null, indicating that no valid value is found.public String getEncodedContent()
public void setEncodedContent(String EncodedContent)
EncodedContent - Base64-encoded file content.
Note: This field may return null, indicating that no valid value is found.public String getEncodedHttpArchive()
public void setEncodedHttpArchive(String EncodedHttpArchive)
EncodedHttpArchive - Base64-encoded har structure.
Note: This field may return null, indicating that no valid value is found.public Long getLoadWeight()
public void setLoadWeight(Long LoadWeight)
LoadWeight - Script weight, range 1-100.
Note: This field may return null, indicating that no valid value is found.public String getFileId()
public void setFileId(String FileId)
FileId - File ID.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.