public class ImageAsset extends Object
| Constructor and Description |
|---|
ImageAsset() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,Object> |
getExt() |
Integer |
getH() |
Integer |
getType() |
@NotNull String |
getUrl() |
Integer |
getW() |
int |
hashCode() |
void |
setExt(Map<String,Object> ext) |
void |
setH(Integer h) |
void |
setType(Integer type) |
void |
setUrl(@NotNull String url) |
void |
setW(Integer w) |
@NotNull public @NotNull String getUrl()
public void setUrl(@NotNull
@NotNull String url)
public Integer getW()
public void setW(Integer w)
public Integer getH()
public void setH(Integer h)
public Integer getType()
public void setType(Integer type)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.