Class AlarmActivationUnion.Builder

    • Method Detail

      • getMsg

        public Object getMsg()
        Gets the value of the 'msg' field. Union of active alarm implementations
        Returns:
        The value.
      • setMsg

        public AlarmActivationUnion.Builder setMsg​(Object value)
        Sets the value of the 'msg' field. Union of active alarm implementations
        Parameters:
        value - The value of 'msg'.
        Returns:
        This builder.
      • hasMsg

        public boolean hasMsg()
        Checks whether the 'msg' field has been set. Union of active alarm implementations
        Returns:
        True if the 'msg' field has been set, false otherwise.
      • clearMsg

        public AlarmActivationUnion.Builder clearMsg()
        Clears the value of the 'msg' field. Union of active alarm implementations
        Returns:
        This builder.