public class CellUpdateBindingConfig extends java.lang.Object implements BindingConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
CellUpdateBindingConfig.Spec
A simple, strings-only representation of a cell update spec
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
java.util.List<CellUpdateBindingConfig.Spec> |
updates |
| Constructor and Description |
|---|
CellUpdateBindingConfig(java.util.List<CellUpdateBindingConfig.Spec> updates) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBindingType()
A string that represents the type of binding that this configuration represents
|
int |
hashCode() |
public static final java.lang.String TYPE
public java.util.List<CellUpdateBindingConfig.Spec> updates
public CellUpdateBindingConfig(java.util.List<CellUpdateBindingConfig.Spec> updates)
public java.lang.String getBindingType()
BindingConfigurationgetBindingType in interface BindingConfigurationpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object