Class SystemNotificationInstructionDiscovered

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

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

    • SystemNotificationInstructionDiscovered

      public SystemNotificationInstructionDiscovered()
  • 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
    • getSourcePath

      public String getSourcePath()
    • setSourcePath

      public void setSourcePath(String sourcePath)
    • getTriggerFile

      public String getTriggerFile()
    • setTriggerFile

      public void setTriggerFile(String triggerFile)
    • getTriggerTool

      public String getTriggerTool()
    • setTriggerTool

      public void setTriggerTool(String triggerTool)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)