Class SystemNotificationShellDetachedCompleted

java.lang.Object
com.github.copilot.generated.SystemNotification
com.github.copilot.generated.SystemNotificationShellDetachedCompleted

@Generated("copilot-sdk-codegen") public final class SystemNotificationShellDetachedCompleted extends SystemNotification
Schema for the `SystemNotificationShellDetachedCompleted` type.
Since:
1.0.0
  • Constructor Details

    • SystemNotificationShellDetachedCompleted

      public SystemNotificationShellDetachedCompleted()
  • Method Details

    • getType

      public String getType()
      Description copied from class: SystemNotification
      Returns the discriminator value for this variant.
      Specified by:
      getType in class SystemNotification
      Returns:
      the type discriminator
    • getShellId

      public String getShellId()
    • setShellId

      public void setShellId(String shellId)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)