Class V1DLPSignal


  • public class V1DLPSignal
    extends Object
    Signal details
    • Constructor Detail

      • V1DLPSignal

        public V1DLPSignal()
    • Method Detail

      • getName

        public String getName()
        Name of the Signal
        Returns:
        name
      • setName

        public void setName​(String name)
      • getRules

        public String getRules()
        Signal rules decrypted.
        Returns:
        rules
      • setRules

        public void setRules​(String rules)
      • getDiagnostic

        public String getDiagnostic()
        A diagnostic message containing an error message in the event that the signal decryption failed. May also be present in the case of a successful call if there is useful narrative to return.
        Returns:
        diagnostic
      • setDiagnostic

        public void setDiagnostic​(String diagnostic)