Record Class DebugCollectLogsInclude

java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.DebugCollectLogsInclude

@Generated("copilot-sdk-codegen") public record DebugCollectLogsInclude(Boolean events, Boolean processLogs, Boolean shellLogs, String eventsPath, String currentProcessLogPath, String processLogDirectory, Long previousProcessLogLimit) extends Record
Built-in session diagnostics to include in the bundle. Omitted fields default to true.
Since:
1.0.0
  • Constructor Details

    • DebugCollectLogsInclude

      public DebugCollectLogsInclude(Boolean events, Boolean processLogs, Boolean shellLogs, String eventsPath, String currentProcessLogPath, String processLogDirectory, Long previousProcessLogLimit)
      Creates an instance of a DebugCollectLogsInclude record class.
      Parameters:
      events - the value for the events record component
      processLogs - the value for the processLogs record component
      shellLogs - the value for the shellLogs record component
      eventsPath - the value for the eventsPath record component
      currentProcessLogPath - the value for the currentProcessLogPath record component
      processLogDirectory - the value for the processLogDirectory record component
      previousProcessLogLimit - the value for the previousProcessLogLimit record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • events

      public Boolean events()
      Returns the value of the events record component.
      Returns:
      the value of the events record component
    • processLogs

      public Boolean processLogs()
      Returns the value of the processLogs record component.
      Returns:
      the value of the processLogs record component
    • shellLogs

      public Boolean shellLogs()
      Returns the value of the shellLogs record component.
      Returns:
      the value of the shellLogs record component
    • eventsPath

      public String eventsPath()
      Returns the value of the eventsPath record component.
      Returns:
      the value of the eventsPath record component
    • currentProcessLogPath

      public String currentProcessLogPath()
      Returns the value of the currentProcessLogPath record component.
      Returns:
      the value of the currentProcessLogPath record component
    • processLogDirectory

      public String processLogDirectory()
      Returns the value of the processLogDirectory record component.
      Returns:
      the value of the processLogDirectory record component
    • previousProcessLogLimit

      public Long previousProcessLogLimit()
      Returns the value of the previousProcessLogLimit record component.
      Returns:
      the value of the previousProcessLogLimit record component