public class SteamGameServer extends Object
Constructor and Description |
---|
SteamGameServer() |
Modifier and Type | Method and Description |
---|---|
String |
getAddr()
Getter for the field
addr . |
int |
getAppId()
Getter for the field
appId . |
String |
getGameDir()
Getter for the field
gameDir . |
int |
getGameport()
Getter for the field
gameport . |
int |
getGmxindex()
Getter for the field
gmxindex . |
int |
getRegion()
Getter for the field
region . |
int |
getSpecport()
Getter for the field
specport . |
boolean |
isLan()
isLan.
|
boolean |
isSecure()
isSecure.
|
void |
setAddr(String addr)
Setter for the field
addr . |
void |
setAppId(int appId)
Setter for the field
appId . |
void |
setGameDir(String gameDir)
Setter for the field
gameDir . |
void |
setGameport(int gameport)
Setter for the field
gameport . |
void |
setGmxindex(int gmxindex)
Setter for the field
gmxindex . |
void |
setLan(boolean lan)
Setter for the field
lan . |
void |
setRegion(int region)
Setter for the field
region . |
void |
setSecure(boolean secure)
Setter for the field
secure . |
void |
setSpecport(int specport)
Setter for the field
specport . |
public void setAddr(String addr)
Setter for the field addr
.
addr
- a String
objectpublic int getGmxindex()
Getter for the field gmxindex
.
public void setGmxindex(int gmxindex)
Setter for the field gmxindex
.
gmxindex
- a intpublic int getAppId()
Getter for the field appId
.
public void setAppId(int appId)
Setter for the field appId
.
appId
- a intpublic void setGameDir(String gameDir)
Setter for the field gameDir
.
gameDir
- a String
objectpublic int getRegion()
Getter for the field region
.
public void setRegion(int region)
Setter for the field region
.
region
- a intpublic boolean isSecure()
isSecure.
public void setSecure(boolean secure)
Setter for the field secure
.
secure
- a booleanpublic boolean isLan()
isLan.
public void setLan(boolean lan)
Setter for the field lan
.
lan
- a booleanpublic int getGameport()
Getter for the field gameport
.
public void setGameport(int gameport)
Setter for the field gameport
.
gameport
- a intpublic int getSpecport()
Getter for the field specport
.
public void setSpecport(int specport)
Setter for the field specport
.
specport
- a intCopyright © 2016–2024. All rights reserved.