public class InstanceDownloadLogInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
InstanceDownloadLogInfo() |
InstanceDownloadLogInfo(InstanceDownloadLogInfo 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 |
getFileName()
Get File NameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getFileUrl()
Get File URL
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setFileName(String FileName)
Set File NameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setFileUrl(String FileUrl)
Set File URL
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 InstanceDownloadLogInfo()
public InstanceDownloadLogInfo(InstanceDownloadLogInfo source)
public String getFileName()
public void setFileName(String FileName)
FileName
- File NameNote: This field may return null, indicating that no valid value can be obtained.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- File URL
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.