Class ApiResponse<T>
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.replykeyboard.ApiResponse<T>
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ApiResponse<T> extends Object implements Serializable
Deprecated.Please, useApiResponseinstead. This class will be removed- Version:
- 1.0 Response from Telegram Server
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiResponse()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IntegergetErrorCode()Deprecated.StringgetErrorDescription()Deprecated.BooleangetOk()Deprecated.ResponseParametersgetParameters()Deprecated.TgetResult()Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
getOk
public Boolean getOk()
Deprecated.
-
getErrorCode
public Integer getErrorCode()
Deprecated.
-
getErrorDescription
public String getErrorDescription()
Deprecated.
-
getResult
public T getResult()
Deprecated.
-
getParameters
public ResponseParameters getParameters()
Deprecated.
-
-