Class TapeResponse

    • Method Detail

      • getEntity

        public <T> T getEntity​(java.lang.Class<T> entityType)
      • getEntity

        public java.lang.Object getEntity()
      • setEntity

        public void setEntity​(java.lang.Object entity)
      • hasEntity

        public boolean hasEntity()
      • setStatus

        public void setStatus​(StatusCode status)
      • isOK

        public boolean isOK()
      • isWarn

        public boolean isWarn()