Class TextInput
java.lang.Object
io.github.guoshiqiufeng.dify.chat.dto.response.parameter.TextInput
- All Implemented Interfaces:
Serializable
- Since:
- 2025/3/24 14:36
- Version:
- 1.0
- Author:
- yanghq
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleandefault (string) 默认值getLabel()label (string) 控件展示标签名required (bool) 是否必填variable (string) 控件 IDinthashCode()voidsetDefaultValue(String defaultValue) default (string) 默认值voidlabel (string) 控件展示标签名voidsetMaxLength(Integer maxLength) voidsetRequired(Boolean required) required (bool) 是否必填voidsetVariable(String variable) variable (string) 控件 IDtoString()
-
Constructor Details
-
TextInput
public TextInput()
-
-
Method Details
-
getLabel
label (string) 控件展示标签名 -
getVariable
variable (string) 控件 ID -
getRequired
required (bool) 是否必填 -
getMaxLength
-
getDefaultValue
default (string) 默认值 -
setLabel
label (string) 控件展示标签名 -
setVariable
variable (string) 控件 ID -
setRequired
required (bool) 是否必填 -
setMaxLength
-
setDefaultValue
default (string) 默认值 -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-