File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
volcengine-java-sdk-vefaas/src/main/java/com/volcengine/vefaas/model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments