public static class AutoScalingConfig.ActionConfig extends Object implements MapWriter
MapWriter.EntryWriter
Modifier and Type | Field and Description |
---|---|
String |
actionClass
Class name of action implementtion.
|
String |
name
Action name.
|
Map<String,Object> |
properties
Additional action properties.
|
Constructor and Description |
---|
ActionConfig(Map<String,Object> properties)
Construct from a JSON map.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
toString() |
void |
writeMap(MapWriter.EntryWriter ew) |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
public final String name
public final String actionClass
public void writeMap(MapWriter.EntryWriter ew) throws IOException
writeMap
in interface MapWriter
IOException
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.