@Immutable @ThreadSafe @ProviderType public class WireRecord extends java.lang.Object
| Constructor and Description |
|---|
WireRecord(java.util.Map<java.lang.String,TypedValue<?>> properties)
Instantiates a new
WireRecord. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,TypedValue<?>> |
getProperties()
Returns the properties stored in this
WireRecord |
public WireRecord(java.util.Map<java.lang.String,TypedValue<?>> properties)
WireRecord.properties - Map that represents the key-value pairsjava.lang.NullPointerException - if any of the argument is nullpublic java.util.Map<java.lang.String,TypedValue<?>> getProperties()
WireRecord