public class Instance<T> extends Object
Instance class.
| Constructor and Description |
|---|
Instance(T instance,
Map<String,String> bufferedProperties)
Constructor for Instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getBufferedProperties()
Getter for the field
bufferedProperties. |
T |
getInstance()
Getter for the field
instance. |
Copyright © 2019. All rights reserved.