Class UpdateResult


  • public class UpdateResult
    extends Object
    This class represents

    User: mcheenath Date: Dec 15, 2010

    • Constructor Detail

      • UpdateResult

        public UpdateResult​(String id,
                            boolean success,
                            boolean created,
                            String error)
    • Method Detail

      • getId

        public String getId()
      • isSuccess

        public boolean isSuccess()
      • isCreated

        public boolean isCreated()
      • getError

        public String getError()