public class QrCode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QrCode.QrCodeBuilder |
| Constructor and Description |
|---|
QrCode() |
QrCode(int height,
int width,
String src) |
| Modifier and Type | Method and Description |
|---|---|
static QrCode.QrCodeBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getHeight() |
String |
getSrc() |
int |
getWidth() |
int |
hashCode() |
void |
setHeight(int height) |
void |
setSrc(String src) |
void |
setWidth(int width) |
String |
toString() |
public QrCode(int height,
int width,
String src)
public QrCode()
public static QrCode.QrCodeBuilder builder()
public int getHeight()
public int getWidth()
public String getSrc()
public void setHeight(int height)
public void setWidth(int width)
public void setSrc(String src)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.