public class Variant extends Object
| Constructor and Description |
|---|
Variant() |
Variant(String variantId,
com.google.gson.JsonObject config,
List<I18N> i18n) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.gson.JsonObject |
getConfig() |
List<I18N> |
getI18n() |
String |
getVariantId() |
int |
hashCode() |
void |
setConfig(com.google.gson.JsonObject config) |
void |
setI18N(List<I18N> i18n) |
void |
setVariantId(String variantId) |
Copyright © 2016 SAP. All Rights Reserved.