Class RestSyncServiceComponentModel

  • All Implemented Interfaces:
    org.alfresco.utility.model.Model

    public class RestSyncServiceComponentModel
    extends org.alfresco.utility.model.TestModel
    Base Path {@linkplain /alfresco/healthcheck}
    Author:
    Meenal Bhave Example: "healthCheckComponent": { "healthy": true, "message": "ActiveMQ connection Ok" } }
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getHealthy()  
      java.lang.String getMessage()  
      • Methods inherited from class org.alfresco.utility.model.TestModel

        setRandomValuesForAllFields, toInfo, toJson, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RestSyncServiceComponentModel

        public RestSyncServiceComponentModel()
    • Method Detail

      • getHealthy

        public java.lang.Boolean getHealthy()
      • getMessage

        public java.lang.String getMessage()