public class SwarmStoreItem
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
consumable
The item is consumable if this value is true.
|
java.lang.String |
description
The description of the SwarmStoreItem, as specified by the developer.
|
int |
id
The unique SwarmStoreItem identifier
|
java.lang.String |
name
The name of the SwarmStoreItem as specified by the developer.
|
java.lang.String |
payload
Any additional payload data that may be relevant or useful for the app code to understand, interpret, or utilize this SwarmStoreItem.
|
Constructor and Description |
---|
SwarmStoreItem() |
public int id
public java.lang.String name
public java.lang.String description
public boolean consumable
public java.lang.String payload