public class ViewTitle extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ViewTitle.ViewTitleBuilder |
Constructor and Description |
---|
ViewTitle() |
ViewTitle(String type,
String text,
boolean emoji) |
Modifier and Type | Method and Description |
---|---|
static ViewTitle.ViewTitleBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getText() |
String |
getType() |
int |
hashCode() |
boolean |
isEmoji() |
void |
setEmoji(boolean emoji) |
void |
setText(String text) |
void |
setType(String type) |
String |
toString() |
public static ViewTitle.ViewTitleBuilder builder()
public String getType()
public String getText()
public boolean isEmoji()
public void setType(String type)
public void setText(String text)
public void setEmoji(boolean emoji)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.