Class V3DLPViolationMessage

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

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

  • Constructor Details

    • V3DLPViolationMessage

      public V3DLPViolationMessage()
  • Method Details

    • violation

      public V3DLPViolationMessage violation(V3DLPViolation violation)
    • getViolation

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

      public void setViolation(V3DLPViolation violation)
    • message

      public V3DLPViolationMessage message(V4Message message)
    • getMessage

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

      public void setMessage(V4Message message)
    • sharedMessage

      public V3DLPViolationMessage sharedMessage(V4Message sharedMessage)
    • getSharedMessage

      @Nullable public V4Message getSharedMessage()
      Get sharedMessage
      Returns:
      sharedMessage
    • setSharedMessage

      public void setSharedMessage(V4Message sharedMessage)
    • diagnostic

      public V3DLPViolationMessage 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 V3DLPViolationMessage 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