Class V1DLPViolationMessage

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

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

  • Constructor Details

    • V1DLPViolationMessage

      public V1DLPViolationMessage()
  • Method Details

    • violation

      public V1DLPViolationMessage violation(V1DLPViolation violation)
    • getViolation

      @Nullable public V1DLPViolation getViolation()
      Get violation
      Returns:
      violation
    • setViolation

      public void setViolation(V1DLPViolation violation)
    • message

      public V1DLPViolationMessage message(V4Message message)
    • getMessage

      @Nullable public V4Message getMessage()
      Get message
      Returns:
      message
    • setMessage

      public void setMessage(V4Message message)
    • diagnostic

      public V1DLPViolationMessage diagnostic(String diagnostic)
    • getDiagnostic

      @Nullable public String getDiagnostic()
      A diagnostic message containing an error message in the event there are parsing errors. 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 V1DLPViolationMessage 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