public class NodePersistentStorageV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
category
Category name
|
boolean |
configured
Configured
|
NodePersistentStorageEntryV3[] |
entries
List of entries
|
boolean |
exists
Exists
|
java.lang.String |
name
Key name
|
java.lang.String |
value
Value
|
_excludeFields| Constructor and Description |
|---|
NodePersistentStorageV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String category
public java.lang.String name
public java.lang.String value
public boolean configured
public boolean exists
public NodePersistentStorageEntryV3[] entries
public java.lang.String toString()
toString in class RequestSchemaV3