-
- All Implemented Interfaces:
-
java.io.Serializable
public class MatterQrCodeInfo implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private inttagprivate Stringdataprivate intintDataValueprivate OptionalQRCodeInfoTypeEnumtype
-
Method Summary
Modifier and Type Method Description intgetTag()voidsetTag(int tag)StringgetData()voidsetData(String data)intgetIntDataValue()voidsetIntDataValue(int intDataValue)OptionalQRCodeInfoTypeEnumgetType()voidsetType(OptionalQRCodeInfoTypeEnum type)-
-
Method Detail
-
getTag
int getTag()
-
setTag
void setTag(int tag)
-
getData
String getData()
-
setData
void setData(String data)
-
getIntDataValue
int getIntDataValue()
-
setIntDataValue
void setIntDataValue(int intDataValue)
-
getType
OptionalQRCodeInfoTypeEnum getType()
-
setType
void setType(OptionalQRCodeInfoTypeEnum type)
-
-
-
-