Uses of Class
org.javastro.ivoa.entities.uws.ErrorSummary
Packages that use ErrorSummary
-
Uses of ErrorSummary in org.javastro.ivoa.entities.uws
Fields in org.javastro.ivoa.entities.uws declared as ErrorSummaryMethods in org.javastro.ivoa.entities.uws that return ErrorSummaryModifier and TypeMethodDescriptionObjectFactory.createErrorSummary()Create an instance ofErrorSummaryJob.getErrorSummary()Gets the value of the errorSummary property.ErrorSummary.withHasDetail(boolean value) ErrorSummary.withMessage(String value) Methods in org.javastro.ivoa.entities.uws with parameters of type ErrorSummaryModifier and TypeMethodDescriptionvoidJob.setErrorSummary(ErrorSummary value) Sets the value of the errorSummary property.Job.withErrorSummary(ErrorSummary value) Constructors in org.javastro.ivoa.entities.uws with parameters of type ErrorSummaryModifierConstructorDescriptionJob(String jobId, String runId, String ownerId, ExecutionPhase phase, LocalDateTime quote, LocalDateTime creationTime, LocalDateTime startTime, LocalDateTime endTime, int executionDuration, LocalDateTime destruction, List<Parameter> parameters, List<ResultReference> results, ErrorSummary errorSummary, Job.JobInfo jobInfo, String version) Fully-initialising value constructor