Package org.projectnessie.quarkus.cli
Interface CheckContentEntry
-
@Immutable public interface CheckContentEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.projectnessie.model.ContentgetContent()java.lang.StringgetErrorMessage()java.lang.StringgetExceptionStackTrace()org.projectnessie.model.ContentKeygetKey()java.lang.StringgetStatus()
-
-
-
Method Detail
-
getStatus
java.lang.String getStatus()
-
getKey
org.projectnessie.model.ContentKey getKey()
-
getContent
@Nullable org.projectnessie.model.Content getContent()
-
getErrorMessage
@Nullable java.lang.String getErrorMessage()
-
getExceptionStackTrace
@Nullable java.lang.String getExceptionStackTrace()
-
-