public class LineItemAttributeCreate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected String |
value |
| Constructor and Description |
|---|
LineItemAttributeCreate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLabel() |
String |
getValue() |
int |
hashCode() |
LineItemAttributeCreate |
label(String label) |
void |
setLabel(String label) |
void |
setValue(String value) |
String |
toString() |
LineItemAttributeCreate |
value(String value) |
public LineItemAttributeCreate label(String label)
public String getLabel()
public void setLabel(String label)
public LineItemAttributeCreate value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2022. All rights reserved.