Class ApiResponse<T>

    • Constructor Detail

      • ApiResponse

        public ApiResponse()
        Deprecated.
    • Method Detail

      • getOk

        public Boolean getOk()
        Deprecated.
      • getErrorCode

        public Integer getErrorCode()
        Deprecated.
      • getErrorDescription

        public String getErrorDescription()
        Deprecated.
      • getResult

        public T getResult()
        Deprecated.