Record Class UpdateSchemaRequest
java.lang.Object
java.lang.Record
io.github.xezzon.zeroweb.setting.entity.UpdateSchemaRequest
- Record Components:
id- 需要更新的业务参数IDschema- 新的参数约束定义,JSON Schema 格式value- 新的参数值,JSON格式
- All Implemented Interfaces:
io.github.xezzon.zeroweb.core.trait.Into<Setting>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.@NotNull Stringid()Returns the value of theidrecord component.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
-
UpdateSchemaRequest
-
-
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). -
id
-
schema
-
value
-