public class CIObject extends Object
| Constructor and Description |
|---|
CIObject() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCodeStatus() |
String |
getEtag() |
String |
getFormat() |
int |
getFrameCount() |
Integer |
getHeight() |
String |
getKey() |
String |
getLocation() |
List<QRcodeInfo> |
getQRcodeInfoList() |
Integer |
getQuality() |
Integer |
getSize() |
Integer |
getWatermarkStatus() |
Integer |
getWidth() |
void |
setCodeStatus(Integer codeStatus) |
void |
setEtag(String etag) |
void |
setFormat(String format) |
void |
setFrameCount(int frameCount) |
void |
setHeight(int height) |
void |
setHeight(Integer height) |
void |
setKey(String key) |
void |
setLocation(String location) |
void |
setQRcodeInfoList(List<QRcodeInfo> QRcodeInfoList) |
void |
setQuality(int quality) |
void |
setQuality(Integer quality) |
void |
setSize(int size) |
void |
setSize(Integer size) |
void |
setWatermarkStatus(Integer watermarkStatus) |
void |
setWidth(int width) |
void |
setWidth(Integer width) |
public String getKey()
public void setKey(String key)
public String getLocation()
public void setLocation(String location)
public String getFormat()
public void setFormat(String format)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public Integer getSize()
public void setSize(Integer size)
public Integer getQuality()
public void setQuality(Integer quality)
public String getEtag()
public void setEtag(String etag)
public Integer getCodeStatus()
public void setCodeStatus(Integer codeStatus)
public List<QRcodeInfo> getQRcodeInfoList()
public void setQRcodeInfoList(List<QRcodeInfo> QRcodeInfoList)
public Integer getWatermarkStatus()
public void setWatermarkStatus(Integer watermarkStatus)
public void setWidth(int width)
public void setHeight(int height)
public void setSize(int size)
public void setQuality(int quality)
public int getFrameCount()
public void setFrameCount(int frameCount)
Copyright © 2024. All rights reserved.