public class SteamFriend extends Object
Constructor and Description |
---|
SteamFriend() |
Modifier and Type | Method and Description |
---|---|
long |
getFriendSince()
Getter for the field
friendSince . |
String |
getRelationship()
Getter for the field
relationship . |
long |
getSteamId()
Getter for the field
steamId . |
void |
setFriendSince(long friendSince)
Setter for the field
friendSince . |
void |
setRelationship(String relationship)
Setter for the field
relationship . |
void |
setSteamId(long steamId)
Setter for the field
steamId . |
public long getSteamId()
Getter for the field steamId
.
public void setSteamId(long steamId)
Setter for the field steamId
.
steamId
- a longpublic String getRelationship()
Getter for the field relationship
.
String
objectpublic void setRelationship(String relationship)
Setter for the field relationship
.
relationship
- a String
objectpublic long getFriendSince()
Getter for the field friendSince
.
public void setFriendSince(long friendSince)
Setter for the field friendSince
.
friendSince
- a longCopyright © 2016–2024. All rights reserved.