public static class AttachmentActionPayload.AttachmentAction extends Object
| Constructor and Description |
|---|
AttachmentAction() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName() |
String |
getText() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setName(String name) |
void |
setText(String text) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
public String getName()
public String getText()
public String getType()
public String getValue()
public void setName(String name)
public void setText(String text)
public void setType(String type)
public void setValue(String value)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.