Class MpsTnComponentHealthStatus.Builder

    • Method Detail

      • setIsStale

        public MpsTnComponentHealthStatus.Builder setIsStale​(java.lang.Boolean isStale)
        The parameter is set if the last received health status is older than the predefined interval of 4 minutes. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        isStale - New value for the property.
      • setLastUpdateTime

        public MpsTnComponentHealthStatus.Builder setLastUpdateTime​(java.lang.String lastUpdateTime)
        Latest timestamp when health status is received. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        lastUpdateTime - New value for the property.
      • setServiceName

        public MpsTnComponentHealthStatus.Builder setServiceName​(java.lang.String serviceName)
        application. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        serviceName - New value for the property.
      • setServiceStatus

        public MpsTnComponentHealthStatus.Builder setServiceStatus​(java.lang.String serviceStatus)
        Status of MPS Component running status. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        serviceStatus - New value for the property.