public abstract class AbstractCounterInput extends Object
| Constructor and Description |
|---|
AbstractCounterInput(String name)
Construct an instance that has only the name populated.
|
AbstractCounterInput(String name,
String description)
Construct an instance that has only the name populated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
validateCounterName(String counterName)
Helper to validate the name of the counter to be operated upon.
|
public AbstractCounterInput(String name)
name - The unique name of the counter trying to be created.Copyright © 2015–2016 Instacount. All rights reserved.