public class SteamGameAchievementSchema extends Object
Constructor and Description |
---|
SteamGameAchievementSchema() |
Modifier and Type | Method and Description |
---|---|
int |
getDefaultValue()
Getter for the field
defaultValue . |
String |
getDescription()
Getter for the field
description . |
String |
getDisplayName()
Getter for the field
displayName . |
int |
getHidden()
Getter for the field
hidden . |
String |
getIcon()
Getter for the field
icon . |
String |
getIcongray()
Getter for the field
icongray . |
String |
getName()
Getter for the field
name . |
void |
setDefaultValue(int defaultValue)
Setter for the field
defaultValue . |
void |
setDescription(String description)
Setter for the field
description . |
void |
setDisplayName(String displayName)
Setter for the field
displayName . |
void |
setHidden(int hidden)
Setter for the field
hidden . |
void |
setIcon(String icon)
Setter for the field
icon . |
void |
setIcongray(String icongray)
Setter for the field
icongray . |
void |
setName(String name)
Setter for the field
name . |
public void setName(String name)
Setter for the field name
.
name
- a String
objectpublic int getDefaultValue()
Getter for the field defaultValue
.
public void setDefaultValue(int defaultValue)
Setter for the field defaultValue
.
defaultValue
- a intpublic String getDisplayName()
Getter for the field displayName
.
String
objectpublic void setDisplayName(String displayName)
Setter for the field displayName
.
displayName
- a String
objectpublic int getHidden()
Getter for the field hidden
.
public void setHidden(int hidden)
Setter for the field hidden
.
hidden
- a intpublic String getDescription()
Getter for the field description
.
String
objectpublic void setDescription(String description)
Setter for the field description
.
description
- a String
objectpublic void setIcon(String icon)
Setter for the field icon
.
icon
- a String
objectCopyright © 2016–2024. All rights reserved.