public class EventScoring extends Object implements Serializable
| Constructor and Description |
|---|
EventScoring() |
EventScoring(long score,
String type) |
| Modifier and Type | Method and Description |
|---|---|
long |
getScore() |
String |
getType() |
EventScoring |
setScore(long score) |
EventScoring |
setType(String type) |
public EventScoring()
public EventScoring(long score,
String type)
public long getScore()
public EventScoring setScore(long score)
public String getType()
public EventScoring setType(String type)
Copyright © 2019. All rights reserved.