@Deprecated @ApiStatus.ScheduledForRemoval public class CocWarLogEntry extends Object
| Constructor and Description |
|---|
CocWarLogEntry()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CocWarLogEntryClan |
getClan()
Deprecated.
Getter for the field
clan. |
String |
getEndTime()
Deprecated.
Getter for the field
endTime. |
CocWarLogEntryClan |
getOpponent()
Deprecated.
Getter for the field
opponent. |
String |
getResult()
Deprecated.
Getter for the field
result. |
int |
getTeamSize()
Deprecated.
Getter for the field
teamSize. |
void |
setClan(CocWarLogEntryClan clan)
Deprecated.
Setter for the field
clan. |
void |
setEndTime(String endTime)
Deprecated.
Setter for the field
endTime. |
void |
setOpponent(CocWarLogEntryClan opponent)
Deprecated.
Setter for the field
opponent. |
void |
setResult(String result)
Deprecated.
Setter for the field
result. |
void |
setTeamSize(int teamSize)
Deprecated.
Setter for the field
teamSize. |
String |
toString()
Deprecated.
|
public String getEndTime()
Getter for the field endTime.
String objectpublic void setEndTime(String endTime)
Setter for the field endTime.
endTime - a String objectpublic int getTeamSize()
Getter for the field teamSize.
public void setTeamSize(int teamSize)
Setter for the field teamSize.
teamSize - a intpublic CocWarLogEntryClan getClan()
Getter for the field clan.
CocWarLogEntryClan objectpublic void setClan(CocWarLogEntryClan clan)
Setter for the field clan.
clan - a CocWarLogEntryClan objectpublic CocWarLogEntryClan getOpponent()
Getter for the field opponent.
CocWarLogEntryClan objectpublic String getResult()
Getter for the field result.
String objectpublic void setResult(String result)
Setter for the field result.
result - a String objectpublic void setOpponent(CocWarLogEntryClan opponent)
Setter for the field opponent.
opponent - a CocWarLogEntryClan objectCopyright © 2016–2024. All rights reserved.