public class MediaImageSpriteInfo extends AbstractModel
| Constructor and Description |
|---|
MediaImageSpriteInfo() |
MediaImageSpriteInfo(MediaImageSpriteInfo 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 |
|---|---|
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, toJsonStringpublic MediaImageSpriteInfo()
public MediaImageSpriteInfo(MediaImageSpriteInfo source)
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 © 2022. All rights reserved.