public static class MatchedItem.OtherItem extends Object
| Constructor and Description |
|---|
OtherItem() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Attachment> |
getAttachments() |
List<LayoutBlock> |
getBlocks() |
String |
getIid() |
String |
getPermalink() |
String |
getText() |
String |
getTs() |
String |
getType() |
String |
getUser() |
String |
getUsername() |
int |
hashCode() |
void |
setAttachments(List<Attachment> attachments) |
void |
setBlocks(List<LayoutBlock> blocks) |
void |
setIid(String iid) |
void |
setPermalink(String permalink) |
void |
setText(String text) |
void |
setTs(String ts) |
void |
setType(String type) |
void |
setUser(String user) |
void |
setUsername(String username) |
String |
toString() |
public String getIid()
public String getType()
public String getUser()
public String getUsername()
public String getTs()
public String getText()
public List<Attachment> getAttachments()
public List<LayoutBlock> getBlocks()
public String getPermalink()
public void setIid(String iid)
public void setType(String type)
public void setUser(String user)
public void setUsername(String username)
public void setTs(String ts)
public void setText(String text)
public void setAttachments(List<Attachment> attachments)
public void setBlocks(List<LayoutBlock> blocks)
public void setPermalink(String permalink)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.