@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.772Z") @Stability(value=Stable) public class TreeInspector extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
|
TreeInspector() |
protected |
TreeInspector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
TreeInspector(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
Object value)
Adds attribute to bag.
|
Map<String,Object> |
getAttributes()
Represents the bag of attributes as key-value pairs.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected TreeInspector(software.amazon.jsii.JsiiObjectRef objRef)
protected TreeInspector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public TreeInspector()
@Stability(value=Stable) public void addAttribute(String key, Object value)
key - - key for metadata. This parameter is required.value - - value of metadata. This parameter is required.Copyright © 2019. All rights reserved.