public class CounterModel extends Object implements IModel, Serializable, Comparable<CounterModel>
| Constructor and Description |
|---|
CounterModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CounterModel o) |
boolean |
equals(Object o) |
static CounterModel |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getChallengePeriodEventId() |
String |
getCounterId() |
String |
getMetadata() |
String |
getName() |
List<CounterScopeModel> |
getScopes() |
int |
hashCode() |
void |
setChallengePeriodEventId(String challengePeriodEventId) |
void |
setCounterId(String counterId) |
void |
setMetadata(String metadata) |
void |
setName(String name) |
void |
setScopes(List<CounterScopeModel> scopes) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
CounterModel |
withChallengePeriodEventId(String challengePeriodEventId) |
CounterModel |
withCounterId(String counterId) |
CounterModel |
withMetadata(String metadata) |
CounterModel |
withName(String name) |
CounterModel |
withScopes(List<CounterScopeModel> scopes) |
public String getCounterId()
public void setCounterId(String counterId)
public CounterModel withCounterId(String counterId)
public String getName()
public void setName(String name)
public CounterModel withName(String name)
public String getMetadata()
public void setMetadata(String metadata)
public CounterModel withMetadata(String metadata)
public List<CounterScopeModel> getScopes()
public void setScopes(List<CounterScopeModel> scopes)
public CounterModel withScopes(List<CounterScopeModel> scopes)
public String getChallengePeriodEventId()
public void setChallengePeriodEventId(String challengePeriodEventId)
public CounterModel withChallengePeriodEventId(String challengePeriodEventId)
public static CounterModel fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(CounterModel o)
compareTo in interface Comparable<CounterModel>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.