-
public final class ItemTypeModelCreated by Moiz Hassan on 03, October, 2022
-
-
Constructor Summary
Constructors Constructor Description ItemTypeModel(String item_id, String item_type)
-
Method Summary
Modifier and Type Method Description final StringgetItem_id()final UnitsetItem_id(@SerializedName(value = id) String item_id)final StringgetItem_type()final UnitsetItem_type(@SerializedName(value = type) String item_type)-
-
Method Detail
-
getItem_id
final String getItem_id()
-
setItem_id
final Unit setItem_id(@SerializedName(value = id) String item_id)
-
getItem_type
final String getItem_type()
-
setItem_type
final Unit setItem_type(@SerializedName(value = type) String item_type)
-
-
-
-