public class Callout extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Callout.Builder |
| 构造器和说明 |
|---|
Callout() |
Callout(Callout.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBackgroundColor() |
Integer |
getBorderColor() |
String |
getEmojiId() |
Integer |
getTextColor() |
static Callout.Builder |
newBuilder() |
void |
setBackgroundColor(Integer backgroundColor) |
void |
setBorderColor(Integer borderColor) |
void |
setEmojiId(String emojiId) |
void |
setTextColor(Integer textColor) |
public Callout()
public Callout(Callout.Builder builder)
public static Callout.Builder newBuilder()
public Integer getBackgroundColor()
public void setBackgroundColor(Integer backgroundColor)
public Integer getBorderColor()
public void setBorderColor(Integer borderColor)
public Integer getTextColor()
public void setTextColor(Integer textColor)
public String getEmojiId()
public void setEmojiId(String emojiId)
Copyright © 2022. All rights reserved.