5353@ javax .annotation .Generated (value = "org.openapitools.codegen.languages.JavaClientCodegen" )
5454public class AutoUnstripRequest {
5555 public static final String SERIALIZED_NAME_MIN_SIMILARITY = "min_similarity" ;
56+ @ Deprecated
5657 @ SerializedName (SERIALIZED_NAME_MIN_SIMILARITY )
5758 @ javax .annotation .Nullable
5859 private BigDecimal minSimilarity = new BigDecimal ("90.0" );
5960
6061 public static final String SERIALIZED_NAME_APPLY = "apply" ;
62+ @ Deprecated
6163 @ SerializedName (SERIALIZED_NAME_APPLY )
6264 @ javax .annotation .Nullable
6365 private Boolean apply = false ;
6466
6567 public static final String SERIALIZED_NAME_CONFIDENCE_THRESHOLD = "confidence_threshold" ;
68+ @ Deprecated
6669 @ SerializedName (SERIALIZED_NAME_CONFIDENCE_THRESHOLD )
6770 @ javax .annotation .Nullable
6871 private BigDecimal confidenceThreshold = new BigDecimal ("90.0" );
6972
7073 public static final String SERIALIZED_NAME_MIN_GROUP_SIZE = "min_group_size" ;
74+ @ Deprecated
7175 @ SerializedName (SERIALIZED_NAME_MIN_GROUP_SIZE )
7276 @ javax .annotation .Nullable
7377 private Integer minGroupSize = 10 ;
7478
7579 public static final String SERIALIZED_NAME_STATUS_ONLY = "status_only" ;
80+ @ Deprecated
7681 @ SerializedName (SERIALIZED_NAME_STATUS_ONLY )
7782 @ javax .annotation .Nullable
7883 private Boolean statusOnly = false ;
7984
8085 public static final String SERIALIZED_NAME_NO_CACHE = "no_cache" ;
86+ @ Deprecated
8187 @ SerializedName (SERIALIZED_NAME_NO_CACHE )
8288 @ javax .annotation .Nullable
8389 private Boolean noCache = false ;
8490
8591 public AutoUnstripRequest () {
8692 }
8793
94+ @ Deprecated
8895 public AutoUnstripRequest minSimilarity (@ javax .annotation .Nullable BigDecimal minSimilarity ) {
8996 this .minSimilarity = minSimilarity ;
9097 return this ;
@@ -95,17 +102,21 @@ public AutoUnstripRequest minSimilarity(@javax.annotation.Nullable BigDecimal mi
95102 * minimum: 0.0
96103 * maximum: 100.0
97104 * @return minSimilarity
105+ * @deprecated
98106 */
107+ @ Deprecated
99108 @ javax .annotation .Nullable
100109 public BigDecimal getMinSimilarity () {
101110 return minSimilarity ;
102111 }
103112
113+ @ Deprecated
104114 public void setMinSimilarity (@ javax .annotation .Nullable BigDecimal minSimilarity ) {
105115 this .minSimilarity = minSimilarity ;
106116 }
107117
108118
119+ @ Deprecated
109120 public AutoUnstripRequest apply (@ javax .annotation .Nullable Boolean apply ) {
110121 this .apply = apply ;
111122 return this ;
@@ -114,17 +125,21 @@ public AutoUnstripRequest apply(@javax.annotation.Nullable Boolean apply) {
114125 /**
115126 * Whether to apply the matched function names to the target binary, default is False
116127 * @return apply
128+ * @deprecated
117129 */
130+ @ Deprecated
118131 @ javax .annotation .Nullable
119132 public Boolean getApply () {
120133 return apply ;
121134 }
122135
136+ @ Deprecated
123137 public void setApply (@ javax .annotation .Nullable Boolean apply ) {
124138 this .apply = apply ;
125139 }
126140
127141
142+ @ Deprecated
128143 public AutoUnstripRequest confidenceThreshold (@ javax .annotation .Nullable BigDecimal confidenceThreshold ) {
129144 this .confidenceThreshold = confidenceThreshold ;
130145 return this ;
@@ -135,17 +150,21 @@ public AutoUnstripRequest confidenceThreshold(@javax.annotation.Nullable BigDeci
135150 * minimum: 0.0
136151 * maximum: 100.0
137152 * @return confidenceThreshold
153+ * @deprecated
138154 */
155+ @ Deprecated
139156 @ javax .annotation .Nullable
140157 public BigDecimal getConfidenceThreshold () {
141158 return confidenceThreshold ;
142159 }
143160
161+ @ Deprecated
144162 public void setConfidenceThreshold (@ javax .annotation .Nullable BigDecimal confidenceThreshold ) {
145163 this .confidenceThreshold = confidenceThreshold ;
146164 }
147165
148166
167+ @ Deprecated
149168 public AutoUnstripRequest minGroupSize (@ javax .annotation .Nullable Integer minGroupSize ) {
150169 this .minGroupSize = minGroupSize ;
151170 return this ;
@@ -156,17 +175,21 @@ public AutoUnstripRequest minGroupSize(@javax.annotation.Nullable Integer minGro
156175 * minimum: 1
157176 * maximum: 20
158177 * @return minGroupSize
178+ * @deprecated
159179 */
180+ @ Deprecated
160181 @ javax .annotation .Nullable
161182 public Integer getMinGroupSize () {
162183 return minGroupSize ;
163184 }
164185
186+ @ Deprecated
165187 public void setMinGroupSize (@ javax .annotation .Nullable Integer minGroupSize ) {
166188 this .minGroupSize = minGroupSize ;
167189 }
168190
169191
192+ @ Deprecated
170193 public AutoUnstripRequest statusOnly (@ javax .annotation .Nullable Boolean statusOnly ) {
171194 this .statusOnly = statusOnly ;
172195 return this ;
@@ -175,17 +198,21 @@ public AutoUnstripRequest statusOnly(@javax.annotation.Nullable Boolean statusOn
175198 /**
176199 * If set to true, only returns the status of the auto-unstrip operation without the actual results
177200 * @return statusOnly
201+ * @deprecated
178202 */
203+ @ Deprecated
179204 @ javax .annotation .Nullable
180205 public Boolean getStatusOnly () {
181206 return statusOnly ;
182207 }
183208
209+ @ Deprecated
184210 public void setStatusOnly (@ javax .annotation .Nullable Boolean statusOnly ) {
185211 this .statusOnly = statusOnly ;
186212 }
187213
188214
215+ @ Deprecated
189216 public AutoUnstripRequest noCache (@ javax .annotation .Nullable Boolean noCache ) {
190217 this .noCache = noCache ;
191218 return this ;
@@ -194,12 +221,15 @@ public AutoUnstripRequest noCache(@javax.annotation.Nullable Boolean noCache) {
194221 /**
195222 * If set to true, forces the system to bypass any cached results and perform a fresh computation
196223 * @return noCache
224+ * @deprecated
197225 */
226+ @ Deprecated
198227 @ javax .annotation .Nullable
199228 public Boolean getNoCache () {
200229 return noCache ;
201230 }
202231
232+ @ Deprecated
203233 public void setNoCache (@ javax .annotation .Nullable Boolean noCache ) {
204234 this .noCache = noCache ;
205235 }
0 commit comments