Skip to content

Commit 696446f

Browse files
author
BitsAdmin
committed
Merge 'vefaas-Java-2024-06-06-online-1922-2025_12_09_17_50_28' into 'integration_2025-12-11_1093036910338'
feat: [development task] vefaas-1922-Java (1924308) See merge request: !800
2 parents 54c8be9 + 76cc1c0 commit 696446f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

volcengine-java-sdk-vefaas/src/main/java/com/volcengine/vefaas/model/ItemForListFunctionsOutput.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class ItemForListFunctionsOutput {
6363
private String description = null;
6464

6565
@SerializedName("EnableApmplus")
66-
private String enableApmplus = null;
66+
private Boolean enableApmplus = null;
6767

6868
@SerializedName("Envs")
6969
private List<EnvForListFunctionsOutput> envs = null;
@@ -284,7 +284,7 @@ public void setDescription(String description) {
284284
this.description = description;
285285
}
286286

287-
public ItemForListFunctionsOutput enableApmplus(String enableApmplus) {
287+
public ItemForListFunctionsOutput enableApmplus(Boolean enableApmplus) {
288288
this.enableApmplus = enableApmplus;
289289
return this;
290290
}
@@ -294,11 +294,11 @@ public ItemForListFunctionsOutput enableApmplus(String enableApmplus) {
294294
* @return enableApmplus
295295
**/
296296
@Schema(description = "")
297-
public String getEnableApmplus() {
297+
public Boolean isEnableApmplus() {
298298
return enableApmplus;
299299
}
300300

301-
public void setEnableApmplus(String enableApmplus) {
301+
public void setEnableApmplus(Boolean enableApmplus) {
302302
this.enableApmplus = enableApmplus;
303303
}
304304

0 commit comments

Comments
 (0)