public static class QrCode.Info
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
QrCode.Info.Status |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
int |
getEcl() |
int |
getMask() |
boolean |
getMirror() |
boolean |
getReverse() |
QrCode.Info.Status |
getStatus() |
int |
getVersion() |
java.lang.String |
toString() |
public QrCode.Info.Status getStatus()
public boolean getReverse()
public boolean getMirror()
public int getVersion()
public int getEcl()
public int getMask()
public byte[] getData()
public java.lang.String toString()
toString
in class java.lang.Object