public class ActionParam extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
defaultValue
默认值
|
boolean |
isRequiredBody
必须输入 Body
|
boolean |
isRequiredCookie
必须输入 Cookie
|
boolean |
isRequiredHeader
必须输入 Header
|
boolean |
isRequiredInput
必须输入
|
boolean |
isRequiredPath
必须输入 Path
|
String |
name
名字
|
| Constructor and Description |
|---|
ActionParam() |
public String name
public String defaultValue
public boolean isRequiredInput
public boolean isRequiredBody
public boolean isRequiredHeader
public boolean isRequiredCookie
public boolean isRequiredPath
Copyright © 2025. All rights reserved.