Class SpacePropertyCreate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Constructs a validated instance ofSpacePropertyCreate.Constructs a validated instance ofSpacePropertyCreate. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()Gets the value of key.getSpace()Gets the value of space.getValue()Gets the value of value.inthashCode()key()Fluent getter for key.Fluent setter for key.voidSets the value of key.voidSets the value of space.voidSets the value of value.space()Fluent getter for space.Fluent setter for space.toString()value()Fluent getter for value.Fluent setter for value.
-
Field Details
-
key
The key of the new property. -
value
The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ``` -
space
-
-
Constructor Details
-
SpacePropertyCreate
Constructs a validated instance ofSpacePropertyCreate.- Parameters:
spec- the specification to process
-
SpacePropertyCreate
@Internal protected SpacePropertyCreate()Protected no-args constructor for use by serialization frameworks. -
SpacePropertyCreate
Constructs a validated instance ofSpacePropertyCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpacePropertyCreate(Consumer)instead.- Parameters:
key- The key of the new property.value- The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```space- space
-
-
Method Details
-
key
-
key
Fluent setter for key.The key of the new property.
- Parameters:
key- key- Returns:
- this
-
getKey
-
setKey
Sets the value of key.The key of the new property.
- Parameters:
key- key
-
value
Fluent getter for value.The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```
- Returns:
- value
-
value
Fluent setter for value.The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```
- Parameters:
value- value- Returns:
- this
-
getValue
Gets the value of value.The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```
- Returns:
- value
-
setValue
Sets the value of value.The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```
- Parameters:
value- value
-
space
-
space
Fluent setter for space.- Parameters:
space- space- Returns:
- this
-
getSpace
-
setSpace
-
equals
-
hashCode
-
toString
-