Package org.alfresco.rest.api.model
Class Probe
- java.lang.Object
-
- org.alfresco.rest.api.model.Probe
-
public class Probe extends java.lang.Object
Representation of a probe result. Probes simply return a status code of 200 for okay and some other code if not. They should provide very limited information to the caller for security reasons as they generally provide unauthenticated access.
-
-
Constructor Summary
Constructors Constructor Description Probe(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-