@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-01-03T19:17:01.024-05:00") public class TrackRecord extends Object
| Constructor and Description |
|---|
TrackRecord() |
| Modifier and Type | Method and Description |
|---|---|
TrackRecord |
addTrackEventItem(TrackEvent trackEventItem) |
boolean |
equals(Object o) |
List<TrackEvent> |
getTrackEvent()
Get trackEvent
|
TrackSummary |
getTrackSummary()
Get trackSummary
|
int |
hashCode() |
void |
setTrackEvent(List<TrackEvent> trackEvent) |
void |
setTrackSummary(TrackSummary trackSummary) |
String |
toString() |
TrackRecord |
trackEvent(List<TrackEvent> trackEvent) |
TrackRecord |
trackSummary(TrackSummary trackSummary) |
public TrackRecord trackSummary(TrackSummary trackSummary)
public TrackSummary getTrackSummary()
public void setTrackSummary(TrackSummary trackSummary)
public TrackRecord trackEvent(List<TrackEvent> trackEvent)
public TrackRecord addTrackEventItem(TrackEvent trackEventItem)
public List<TrackEvent> getTrackEvent()
public void setTrackEvent(List<TrackEvent> trackEvent)
Copyright © 2012–2017 JFrameworks.com, LLC. All rights reserved.