public class Image extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Image.ImageBuilder |
| Constructor and Description |
|---|
Image() |
Image(String size1x,
String size2x,
String svg) |
| Modifier and Type | Method and Description |
|---|---|
static Image.ImageBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getSize1x() |
String |
getSize2x() |
String |
getSvg() |
int |
hashCode() |
void |
setSize1x(String size1x) |
void |
setSize2x(String size2x) |
void |
setSvg(String svg) |
String |
toString() |
public static Image.ImageBuilder builder()
public String getSize1x()
public String getSize2x()
public String getSvg()
public void setSize1x(String size1x)
public void setSize2x(String size2x)
public void setSvg(String svg)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.