public class QrcodeModel extends AbstractModelRule
log| 构造器和说明 |
|---|
QrcodeModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
String |
getFormat() |
Integer |
getHeight() |
int |
getLevel() |
LogoModel |
getLogoImageModel() |
OutputStream |
getOutputStream() |
Integer |
getWidth() |
void |
setContent(String content) |
void |
setFormat(String format) |
void |
setHeight(Integer height) |
void |
setLevel(int level) |
void |
setLogoImageModel(LogoModel logoImageModel) |
void |
setOutputStream(OutputStream outputStream) |
void |
setWidth(Integer width) |
getAllFields, toString, toTreeMap, verificationField, verificationFieldpublic OutputStream getOutputStream()
public void setOutputStream(OutputStream outputStream)
public LogoModel getLogoImageModel()
public void setLogoImageModel(LogoModel logoImageModel)
public int getLevel()
public void setLevel(int level)
public String getContent()
public void setContent(String content)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public String getFormat()
public void setFormat(String format)
Copyright © 2019. All rights reserved.