public class CreateImageSpriteTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateImageSpriteTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getColumnCount()
Get Subimage column count of an image sprite.
|
String |
getComment()
Get
|
String |
getFillType()
Get
|
Long |
getHeight()
Get Subimage height of an image sprite in px.
|
String |
getName()
Get Name of an image sprite generating template.
|
String |
getResolutionAdaptive()
Get
|
Long |
getRowCount()
Get Subimage row count of an image sprite.
|
Long |
getSampleInterval()
Get Sampling interval.
|
String |
getSampleType()
Get Sampling type.
|
Long |
getWidth()
Get Subimage width of an image sprite in px.
|
void |
setColumnCount(Long ColumnCount)
Set Subimage column count of an image sprite.
|
void |
setComment(String Comment)
Set
|
void |
setFillType(String FillType)
Set
|
void |
setHeight(Long Height)
Set Subimage height of an image sprite in px.
|
void |
setName(String Name)
Set Name of an image sprite generating template.
|
void |
setResolutionAdaptive(String ResolutionAdaptive)
Set
|
void |
setRowCount(Long RowCount)
Set Subimage row count of an image sprite.
|
void |
setSampleInterval(Long SampleInterval)
Set Sampling interval.
|
void |
setSampleType(String SampleType)
Set Sampling type.
|
void |
setWidth(Long Width)
Set Subimage width of an image sprite 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 String getSampleType()
public void setSampleType(String SampleType)
SampleType
- Sampling type. Valid values:
public Long getSampleInterval()
public void setSampleInterval(Long SampleInterval)
SampleInterval
- Sampling interval.
public Long getRowCount()
public void setRowCount(Long RowCount)
RowCount
- Subimage row count of an image sprite.public Long getColumnCount()
public void setColumnCount(Long ColumnCount)
ColumnCount
- Subimage column count of an image sprite.public String getName()
public void setName(String Name)
Name
- Name of an image sprite generating template. Length limit: 64 characters.public Long getWidth()
public void setWidth(Long Width)
Width
- Subimage width of an image sprite in px. Value range: [128, 4,096].public Long getHeight()
public void setHeight(Long Height)
Height
- Subimage height of an image sprite in px. Value range: [128, 4,096].public String getResolutionAdaptive()
public void setResolutionAdaptive(String ResolutionAdaptive)
ResolutionAdaptive
- public String getFillType()
public void setFillType(String FillType)
FillType
- public String getComment()
public void setComment(String Comment)
Comment
- Copyright © 2020. All rights reserved.