Uses of Class
org.eclipse.ditto.internal.utils.health.StatusDetailMessage
Packages that use StatusDetailMessage
-
Uses of StatusDetailMessage in org.eclipse.ditto.internal.utils.health
Methods in org.eclipse.ditto.internal.utils.health that return StatusDetailMessageModifier and TypeMethodDescriptionstatic StatusDetailMessageStatusDetailMessage.fromJson(org.eclipse.ditto.json.JsonObject jsonObject) Creates a newStatusDetailMessagefrom a JSON object.static StatusDetailMessageStatusDetailMessage.of(StatusDetailMessage.Level level, String message) static StatusDetailMessageStatusDetailMessage.of(StatusDetailMessage.Level level, org.eclipse.ditto.json.JsonValue message) static StatusDetailMessageMethods in org.eclipse.ditto.internal.utils.health that return types with arguments of type StatusDetailMessageMethods in org.eclipse.ditto.internal.utils.health with parameters of type StatusDetailMessageModifier and TypeMethodDescriptionStatusInfo.addDetail(StatusDetailMessage detail) static StatusInfoStatusInfo.fromDetail(StatusDetailMessage detail) Returns a newStatusInfoinstance with the specifieddetail.Method parameters in org.eclipse.ditto.internal.utils.health with type arguments of type StatusDetailMessageModifier and TypeMethodDescriptionstatic StatusInfoStatusInfo.fromDetails(Collection<StatusDetailMessage> details) Returns a newStatusInfoinstance with the specifieddetails.static StatusInfoStatusInfo.fromStatus(StatusInfo.Status status, Collection<StatusDetailMessage> details) Returns a newStatusInfoinstance with the specifiedstatusanddetails.