public class Struct extends Object implements Serializable
| Constructor and Description |
|---|
Struct()
No args constructor for use in serialization
|
Struct(Map<String,TypedValue> fields) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypedValue> |
getFields() |
void |
setFields(Map<String,TypedValue> fields) |
public Struct()
public Struct(Map<String,TypedValue> fields)
fields - public Map<String,TypedValue> getFields()
public void setFields(Map<String,TypedValue> fields)
Copyright © 2017–2018 Red Hat. All rights reserved.