public class BackgroundImage extends AbstractModel
header, skipSign
Constructor and Description |
---|
BackgroundImage() |
BackgroundImage(BackgroundImage 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 |
getCOSFileId()
Get ID of the COS file.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreateTime()
Get Creation time.
|
String |
getName()
Get Name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getURL()
Get Download URL.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCOSFileId(String COSFileId)
Set ID of the COS file.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setName(String Name)
Set Name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setURL(String URL)
Set Download URL.Note: This field may return null, indicating that no valid values 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 BackgroundImage()
public BackgroundImage(BackgroundImage source)
public String getCOSFileId()
public void setCOSFileId(String COSFileId)
COSFileId
- ID of the COS file.Note: This field may return null, indicating that no valid values can be obtained.public String getURL()
public void setURL(String URL)
URL
- Download URL.Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- Name
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.