Record Class AddSettingRequest
java.lang.Object
java.lang.Record
io.github.xezzon.zeroweb.setting.entity.AddSettingRequest
- Record Components:
code- 业务参数标识,唯一标识参数类型schema- 参数约束定义,JSON Schema 格式value- 参数初始值,JSON格式
- All Implemented Interfaces:
io.github.xezzon.zeroweb.core.trait.Into<Setting>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Alphanumeric @NotBlank @Size(max=255) Stringcode()Returns the value of thecoderecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.into()@NotNull Stringschema()Returns the value of theschemarecord component.final StringtoString()Returns a string representation of this record class.value()Returns the value of thevaluerecord component.
-
Constructor Details
-
AddSettingRequest
-
-
Method Details
-
into
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
code
-
schema
-
value
-