Class V1DLPSignal

java.lang.Object
com.symphony.bdk.gen.api.model.V1DLPSignal

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") public class V1DLPSignal extends Object
Signal details
  • Field Details

  • Constructor Details

    • V1DLPSignal

      public V1DLPSignal()
  • Method Details

    • name

      public V1DLPSignal name(String name)
    • getName

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

      public void setName(String name)
    • rules

      public V1DLPSignal rules(String rules)
    • getRules

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

      public void setRules(String rules)
    • diagnostic

      public V1DLPSignal diagnostic(String diagnostic)
    • getDiagnostic

      @Nullable 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)
    • equals

      public boolean equals(Object o)
      Return true if this V1DLPSignal object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object