public class Dota2BroadcasterInfo extends Object
Dota2BroadcasterInfo class.
| Constructor and Description |
|---|
Dota2BroadcasterInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountId()
Getter for the field
accountId. |
String |
getServerSteamId()
Getter for the field
serverSteamId. |
boolean |
isLive()
isLive.
|
void |
setAccountId(long accountId)
Setter for the field
accountId. |
void |
setLive(boolean live)
Setter for the field
live. |
void |
setServerSteamId(String serverSteamId)
Setter for the field
serverSteamId. |
String |
toString() |
public long getAccountId()
Getter for the field accountId.
public void setAccountId(long accountId)
Setter for the field accountId.
accountId - a longpublic String getServerSteamId()
Getter for the field serverSteamId.
String objectpublic void setServerSteamId(String serverSteamId)
Setter for the field serverSteamId.
serverSteamId - a String objectpublic boolean isLive()
isLive.
public void setLive(boolean live)
Setter for the field live.
live - a booleanCopyright © 2016–2024. All rights reserved.