public class Match extends AbstractRealTimeDto implements Serializable
Java class for match complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
finalDate |
protected String |
hostTeam |
protected Long |
hostTeamId |
protected String |
opposingTeam |
protected Long |
opposingTeamId |
protected String |
round |
protected String |
roundCode |
protected ExternalName |
roundExternalName |
| Constructor and Description |
|---|
Match() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostTeam()
Gets the value of the hostTeam property.
|
Long |
getHostTeamId()
Gets the value of the hostTeamId property.
|
String |
getOpposingTeam()
Gets the value of the opposingTeam property.
|
Long |
getOpposingTeamId()
Gets the value of the opposingTeamId property.
|
String |
getRound()
Gets the value of the round property.
|
String |
getRoundCode()
Gets the value of the roundCode property.
|
ExternalName |
getRoundExternalName()
Gets the value of the roundExternalName property.
|
Boolean |
isFinalDate()
Gets the value of the finalDate property.
|
void |
setFinalDate(Boolean value)
Sets the value of the finalDate property.
|
void |
setHostTeam(String value)
Sets the value of the hostTeam property.
|
void |
setHostTeamId(Long value)
Sets the value of the hostTeamId property.
|
void |
setOpposingTeam(String value)
Sets the value of the opposingTeam property.
|
void |
setOpposingTeamId(Long value)
Sets the value of the opposingTeamId property.
|
void |
setRound(String value)
Sets the value of the round property.
|
void |
setRoundCode(String value)
Sets the value of the roundCode property.
|
void |
setRoundExternalName(ExternalName value)
Sets the value of the roundExternalName property.
|
protected Boolean finalDate
protected String hostTeam
protected Long hostTeamId
protected String opposingTeam
protected Long opposingTeamId
protected String round
protected String roundCode
protected ExternalName roundExternalName
public Boolean isFinalDate()
Booleanpublic void setFinalDate(Boolean value)
value - allowed object is
Booleanpublic String getHostTeam()
Stringpublic void setHostTeam(String value)
value - allowed object is
Stringpublic Long getHostTeamId()
Longpublic void setHostTeamId(Long value)
value - allowed object is
Longpublic String getOpposingTeam()
Stringpublic void setOpposingTeam(String value)
value - allowed object is
Stringpublic Long getOpposingTeamId()
Longpublic void setOpposingTeamId(Long value)
value - allowed object is
Longpublic String getRound()
Stringpublic void setRound(String value)
value - allowed object is
Stringpublic String getRoundCode()
Stringpublic void setRoundCode(String value)
value - allowed object is
Stringpublic ExternalName getRoundExternalName()
ExternalNamepublic void setRoundExternalName(ExternalName value)
value - allowed object is
ExternalNameCopyright © 2021. All rights reserved.