public class TextSetAttributeImpl extends Object implements TextSetAttribute, io.vrap.rmf.base.client.ModelBase
This type represents an attribute whose value is a set of strings.
TEXT_SET
Constructor and Description |
---|
TextSetAttributeImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
The name of this attribute must match a name of the product types attribute definitions.
|
String |
getType() |
List<String> |
getValue() |
int |
hashCode() |
void |
setName(String name) |
void |
setValue(List<String> value) |
void |
setValue(String... value) |
getClass, notify, notifyAll, toString, wait, wait, wait
builder, builder, of, of, typeReference, withTextSetAttribute
booleanBuilder, booleanSetBuilder, dateBuilder, dateSetBuilder, datetimeBuilder, datetimeSetBuilder, enumBuilder, enumSetBuilder, lenumBuilder, lenumSetBuilder, ltextBuilder, ltextSetBuilder, moneyBuilder, moneySetBuilder, numberBuilder, numberSetBuilder, referenceBuilder, referenceSetBuilder, textBuilder, textSetBuilder, timeBuilder, timeSetBuilder, withAttribute
public String getName()
The name of this attribute must match a name of the product types attribute definitions. The name is required if this type is used in a product variant and must not be set when used in a product variant patch.
public List<String> getValue()
getValue
in interface TextSetAttribute
public void setValue(String... value)
setValue
in interface TextSetAttribute
public void setValue(List<String> value)
setValue
in interface TextSetAttribute