22
33import com .google .gson .annotations .SerializedName ;
44
5- import io .swagger .annotations .ApiModel ;
6- import io .swagger .annotations .ApiModelProperty ;
7-
85import java .util .Objects ;
96
107/** Barcode image optional parameters */
11- @ ApiModel (description = "Barcode image optional parameters" )
12- @ jakarta .annotation .Generated (
13- value = "org.openapitools.codegen.languages.JavaClientCodegen" ,
14- comments = "Generator version: 7.8.0" )
158public class BarcodeImageParams {
169 @ SerializedName (value = "imageFormat" )
1710 private BarcodeImageFormat imageFormat ;
@@ -45,7 +38,6 @@ public class BarcodeImageParams {
4538 *
4639 * @return imageFormat
4740 */
48- @ ApiModelProperty (value = "imageFormat" )
4941 public BarcodeImageFormat getImageFormat () {
5042 return imageFormat ;
5143 }
@@ -59,7 +51,6 @@ public void setImageFormat(BarcodeImageFormat imageFormat) {
5951 *
6052 * @return textLocation
6153 */
62- @ ApiModelProperty (value = "textLocation" )
6354 public CodeLocation getTextLocation () {
6455 return textLocation ;
6556 }
@@ -75,7 +66,6 @@ public void setTextLocation(CodeLocation textLocation) {
7566 *
7667 * @return foregroundColor
7768 */
78- @ ApiModelProperty (value = "foregroundColor" )
7969 public String getForegroundColor () {
8070 return foregroundColor ;
8171 }
@@ -91,7 +81,6 @@ public void setForegroundColor(String foregroundColor) {
9181 *
9282 * @return backgroundColor
9383 */
94- @ ApiModelProperty (value = "backgroundColor" )
9584 public String getBackgroundColor () {
9685 return backgroundColor ;
9786 }
@@ -105,7 +94,6 @@ public void setBackgroundColor(String backgroundColor) {
10594 *
10695 * @return units
10796 */
108- @ ApiModelProperty (value = "units" )
10997 public GraphicsUnit getUnits () {
11098 return units ;
11199 }
@@ -120,7 +108,6 @@ public void setUnits(GraphicsUnit units) {
120108 *
121109 * @return resolution
122110 */
123- @ ApiModelProperty (example = "96" , value = "resolution" )
124111 public Float getResolution () {
125112 return resolution ;
126113 }
@@ -134,7 +121,6 @@ public void setResolution(Float resolution) {
134121 *
135122 * @return imageHeight
136123 */
137- @ ApiModelProperty (example = "200" , value = "imageHeight" )
138124 public Float getImageHeight () {
139125 return imageHeight ;
140126 }
@@ -148,7 +134,6 @@ public void setImageHeight(Float imageHeight) {
148134 *
149135 * @return imageWidth
150136 */
151- @ ApiModelProperty (example = "200" , value = "imageWidth" )
152137 public Float getImageWidth () {
153138 return imageWidth ;
154139 }
@@ -164,7 +149,6 @@ public void setImageWidth(Float imageWidth) {
164149 *
165150 * @return rotationAngle
166151 */
167- @ ApiModelProperty (value = "rotationAngle" )
168152 public Integer getRotationAngle () {
169153 return rotationAngle ;
170154 }
0 commit comments