public class Dota2TeamMemberDetails extends Object
Dota2TeamMemberDetails class.
Constructor and Description |
---|
Dota2TeamMemberDetails() |
Modifier and Type | Method and Description |
---|---|
long |
getAccountId()
Getter for the field
accountId . |
long |
getTimeJoined()
Getter for the field
timeJoined . |
boolean |
isAdmin()
isAdmin.
|
boolean |
isSub()
isSub.
|
void |
setAccountId(long accountId)
Setter for the field
accountId . |
void |
setAdmin(boolean admin)
Setter for the field
admin . |
void |
setSub(boolean sub)
Setter for the field
sub . |
void |
setTimeJoined(long timeJoined)
Setter for the field
timeJoined . |
String |
toString() |
public long getAccountId()
Getter for the field accountId
.
public void setAccountId(long accountId)
Setter for the field accountId
.
accountId
- The account_idpublic long getTimeJoined()
Getter for the field timeJoined
.
public void setTimeJoined(long timeJoined)
Setter for the field timeJoined
.
timeJoined
- The time_joinedpublic boolean isAdmin()
isAdmin.
public void setAdmin(boolean admin)
Setter for the field admin
.
admin
- The adminpublic boolean isSub()
isSub.
public void setSub(boolean sub)
Setter for the field sub
.
sub
- The subCopyright © 2016–2024. All rights reserved.