public class SteamId extends Object
| Modifier and Type | Method and Description |
|---|---|
static SteamId |
create(long appId)
Legacy method for creating steamIds from long.
|
static SteamId |
create(String appId)
Shortcut method for creating an instance of
SteamId. |
static SteamId |
create(String appId,
String appName)
Shortcut method for creating an instance of
SteamId. |
boolean |
equals(Object o) |
String |
getAppId() |
String |
getAppName() |
int |
hashCode() |
void |
setAppId(String appId) |
void |
setAppName(String appName) |
String |
toString() |
public static SteamId create(String appId)
SteamId.appId - The appId as it appears in the URL on the steam pageSteamIdpublic static SteamId create(long appId)
appId - The appId as it appears in the URL on the steam pageSteamIdpublic static SteamId create(String appId, String appName)
SteamId.appId - The appId as it appears in the URL on the steam pageappName - An optional name for the applicationSteamIdpublic String getAppId()
public void setAppId(String appId)
public String getAppName()
public void setAppName(String appName)
Copyright © 2016. All rights reserved.