public class UnregisteredMenuInteractionEvent extends Event
| Constructor and Description |
|---|
UnregisteredMenuInteractionEvent(TelegramBot bot,
CallbackQueryEvent event,
UUID uuid,
int rowIndex,
int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getColumnIndex() |
CallbackQueryEvent |
getEvent() |
int |
getRowIndex() |
UUID |
getUuid() |
int |
hashCode() |
String |
toString() |
public UnregisteredMenuInteractionEvent(TelegramBot bot, CallbackQueryEvent event, UUID uuid, int rowIndex, int columnIndex)
@Generated(value="lombok") public CallbackQueryEvent getEvent()
@Generated(value="lombok") public UUID getUuid()
@Generated(value="lombok") public int getRowIndex()
@Generated(value="lombok") public int getColumnIndex()
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
Copyright © 2017–2018. All rights reserved.