public class MediaImageSpriteInfo extends AbstractModel
Constructor and Description |
---|
MediaImageSpriteInfo() |
Modifier and Type | Method and Description |
---|---|
MediaImageSpriteItem[] |
getImageSpriteSet()
Get Information set of image sprites with specified specifications.
|
void |
setImageSpriteSet(MediaImageSpriteItem[] ImageSpriteSet)
Set Information set of image sprites with specified specifications.
|
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 MediaImageSpriteItem[] getImageSpriteSet()
public void setImageSpriteSet(MediaImageSpriteItem[] ImageSpriteSet)
ImageSpriteSet
- Information set of image sprites with specified specifications. Each element represents a set of image sprites with the same specification.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.