public static class Message.DATA_Ingredient
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
amount
The amount.
|
java.lang.String |
name
The type.
|
java.lang.String |
type
The type.
|
Constructor and Description |
---|
Message.DATA_Ingredient(java.lang.String name,
int amount)
Instantiates a new dAT a_ ingredient.
|