@Deprecated @ApiStatus.ScheduledForRemoval public class SteamKeyValuePair<K,V> extends Object
Constructor and Description |
---|
SteamKeyValuePair()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
K |
getName()
Deprecated.
Getter for the field
name . |
V |
getValue()
Deprecated.
Getter for the field
value . |
void |
setName(K name)
Deprecated.
Setter for the field
name . |
void |
setValue(V value)
Deprecated.
Setter for the field
value . |
public K getName()
Getter for the field name
.
public void setName(K name)
Setter for the field name
.
name
- a K objectpublic V getValue()
Getter for the field value
.
public void setValue(V value)
Setter for the field value
.
value
- a V objectCopyright © 2016–2024. All rights reserved.