public class PeerAction extends Object
| Constructor and Description |
|---|
PeerAction(String action) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name) |
String |
getAction() |
int |
getInt(String name) |
int |
getInt(String name,
IntSupplier whenNotFound) |
Object |
getRequired(String name) |
String |
getString(String name) |
PeerAction |
set(String name,
Object value) |
public PeerAction(String action)
public String getAction()
public PeerAction set(String name, Object value)
public int getInt(String name)
public int getInt(String name, IntSupplier whenNotFound)
Copyright © 2021 vpc open source initiative. All rights reserved.