public class CreateSnapshotByTimeOffsetTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateSnapshotByTimeOffsetTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Get Template description.
|
String |
getFillType()
Get
|
String |
getFormat()
Get Image format.
|
Long |
getHeight()
Get Image height in px.
|
String |
getName()
Get Name of a time point screencapturing template.
|
String |
getResolutionAdaptive()
Get
|
Long |
getWidth()
Get Image width in px.
|
void |
setComment(String Comment)
Set Template description.
|
void |
setFillType(String FillType)
Set
|
void |
setFormat(String Format)
Set Image format.
|
void |
setHeight(Long Height)
Set Image height in px.
|
void |
setName(String Name)
Set Name of a time point screencapturing template.
|
void |
setResolutionAdaptive(String ResolutionAdaptive)
Set
|
void |
setWidth(Long Width)
Set Image width in px.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateSnapshotByTimeOffsetTemplateRequest()
public String getName()
public void setName(String Name)
Name
- Name of a time point screencapturing template. Length limit: 64 characters.public Long getWidth()
public void setWidth(Long Width)
Width
- Image width in px. Value range: [128, 4,096].public Long getHeight()
public void setHeight(Long Height)
Height
- Image height in px. Value range: [128, 4,096].public String getResolutionAdaptive()
public void setResolutionAdaptive(String ResolutionAdaptive)
ResolutionAdaptive
- public String getFormat()
public void setFormat(String Format)
Format
- Image format. Valid values: jpg; png. Default value: jpg.public String getComment()
public void setComment(String Comment)
Comment
- Template description. Length limit: 256 characters.public String getFillType()
public void setFillType(String FillType)
FillType
- Copyright © 2020. All rights reserved.