public static class BotsInfoResponse.Bot extends Object
| Constructor and Description |
|---|
Bot() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAppId() |
BotIcons |
getIcons() |
String |
getId() |
String |
getName() |
Integer |
getUpdated() |
String |
getUserId() |
int |
hashCode() |
boolean |
isDeleted() |
void |
setAppId(String appId) |
void |
setDeleted(boolean deleted) |
void |
setIcons(BotIcons icons) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUpdated(Integer updated) |
void |
setUserId(String userId) |
String |
toString() |
public String getId()
public String getAppId()
public String getUserId()
public String getName()
public boolean isDeleted()
public Integer getUpdated()
public BotIcons getIcons()
public void setId(String id)
public void setAppId(String appId)
public void setUserId(String userId)
public void setName(String name)
public void setDeleted(boolean deleted)
public void setUpdated(Integer updated)
public void setIcons(BotIcons icons)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.