public class NodePersistentStorageV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
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
|
| Constructor and Description |
|---|
NodePersistentStorageV3() |
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 _exclude_fields