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()
Boolean
public void setFinalDate(Boolean value)
value
- allowed object is
Boolean
public String getHostTeam()
String
public void setHostTeam(String value)
value
- allowed object is
String
public Long getHostTeamId()
Long
public void setHostTeamId(Long value)
value
- allowed object is
Long
public String getOpposingTeam()
String
public void setOpposingTeam(String value)
value
- allowed object is
String
public Long getOpposingTeamId()
Long
public void setOpposingTeamId(Long value)
value
- allowed object is
Long
public String getRound()
String
public void setRound(String value)
value
- allowed object is
String
public String getRoundCode()
String
public void setRoundCode(String value)
value
- allowed object is
String
public ExternalName getRoundExternalName()
ExternalName
public void setRoundExternalName(ExternalName value)
value
- allowed object is
ExternalName
Copyright © 2021. All rights reserved.