Class SpacePropertyCreateNoKey
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.SpacePropertyCreateNoKey(Object value) Constructs a validated instance ofSpacePropertyCreateNoKey.Constructs a validated instance ofSpacePropertyCreateNoKey. -
Method Summary
-
Field Details
-
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"], } ```
-
-
Constructor Details
-
SpacePropertyCreateNoKey
Constructs a validated instance ofSpacePropertyCreateNoKey.- Parameters:
spec- the specification to process
-
SpacePropertyCreateNoKey
@Internal protected SpacePropertyCreateNoKey()Protected no-args constructor for use by serialization frameworks. -
SpacePropertyCreateNoKey
Constructs a validated instance ofSpacePropertyCreateNoKey.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpacePropertyCreateNoKey(Consumer)instead.- Parameters:
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"], } ```
-
-
Method Details
-
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
-
equals
-
hashCode
-
toString
-