public class QrcodePositionObj extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QrcodePositionObj() | 
| QrcodePositionObj(QrcodePositionObj source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Coord | getLeftBottom()Get 左下顶点坐标(如果是条形码,X和Y都为-1) | 
| Coord | getLeftTop()Get 左上顶点坐标(如果是条形码,X和Y都为-1) | 
| Coord | getRightBottom()Get 右下顶点坐标(如果是条形码,X和Y都为-1) | 
| Coord | getRightTop()Get 右上顶点坐标(如果是条形码,X和Y都为-1) | 
| void | setLeftBottom(Coord LeftBottom)Set 左下顶点坐标(如果是条形码,X和Y都为-1) | 
| void | setLeftTop(Coord LeftTop)Set 左上顶点坐标(如果是条形码,X和Y都为-1) | 
| void | setRightBottom(Coord RightBottom)Set 右下顶点坐标(如果是条形码,X和Y都为-1) | 
| void | setRightTop(Coord RightTop)Set 右上顶点坐标(如果是条形码,X和Y都为-1) | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QrcodePositionObj()
public QrcodePositionObj(QrcodePositionObj source)
public Coord getLeftTop()
public void setLeftTop(Coord LeftTop)
LeftTop - 左上顶点坐标(如果是条形码,X和Y都为-1)public Coord getRightTop()
public void setRightTop(Coord RightTop)
RightTop - 右上顶点坐标(如果是条形码,X和Y都为-1)public Coord getRightBottom()
public void setRightBottom(Coord RightBottom)
RightBottom - 右下顶点坐标(如果是条形码,X和Y都为-1)public Coord getLeftBottom()
public void setLeftBottom(Coord LeftBottom)
LeftBottom - 左下顶点坐标(如果是条形码,X和Y都为-1)Copyright © 2025. All rights reserved.