public class ConsumptionPreferencesCategory
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
consumptionPreferenceCategoryId |
protected java.util.List<ConsumptionPreferences> |
consumptionPreferences |
protected java.lang.String |
name |
Constructor and Description |
---|
ConsumptionPreferencesCategory() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConsumptionPreferenceCategoryId()
Gets the consumptionPreferenceCategoryId.
|
java.util.List<ConsumptionPreferences> |
getConsumptionPreferences()
Gets the consumptionPreferences.
|
java.lang.String |
getName()
Gets the name.
|
@SerializedName(value="consumption_preference_category_id") protected java.lang.String consumptionPreferenceCategoryId
protected java.lang.String name
@SerializedName(value="consumption_preferences") protected java.util.List<ConsumptionPreferences> consumptionPreferences
public java.lang.String getConsumptionPreferenceCategoryId()
The unique, non-localized identifier of the consumption preferences category to which the results pertain. IDs have the form `consumption_preferences_{category}`.
public java.lang.String getName()
The user-visible name of the consumption preferences category.
public java.util.List<ConsumptionPreferences> getConsumptionPreferences()
Detailed results inferred from the input text for the individual preferences of the category.