public static interface CommandAlert.SlackOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
string channel = 1; |
com.google.protobuf.ByteString |
getChannelBytes()
string channel = 1; |
CommandAlert.Slack.EmojiCase |
getEmojiCase() |
String |
getIconEmoji()
string icon_emoji = 3; |
com.google.protobuf.ByteString |
getIconEmojiBytes()
string icon_emoji = 3; |
String |
getIconUrl()
string icon_url = 4; |
com.google.protobuf.ByteString |
getIconUrlBytes()
string icon_url = 4; |
String |
getText()
string text = 5; |
com.google.protobuf.ByteString |
getTextBytes()
string text = 5; |
String |
getUsername()
string username = 2; |
com.google.protobuf.ByteString |
getUsernameBytes()
string username = 2; |
boolean |
hasIconEmoji()
string icon_emoji = 3; |
boolean |
hasIconUrl()
string icon_url = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getChannel()
string channel = 1;
com.google.protobuf.ByteString getChannelBytes()
string channel = 1;
String getUsername()
string username = 2;
com.google.protobuf.ByteString getUsernameBytes()
string username = 2;
boolean hasIconEmoji()
string icon_emoji = 3;
String getIconEmoji()
string icon_emoji = 3;
com.google.protobuf.ByteString getIconEmojiBytes()
string icon_emoji = 3;
boolean hasIconUrl()
string icon_url = 4;
String getIconUrl()
string icon_url = 4;
com.google.protobuf.ByteString getIconUrlBytes()
string icon_url = 4;
String getText()
string text = 5;
com.google.protobuf.ByteString getTextBytes()
string text = 5;
CommandAlert.Slack.EmojiCase getEmojiCase()