Record Class AgentsDiscoverParams
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.AgentsDiscoverParams
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record AgentsDiscoverParams(List<String> projectPaths, Boolean excludeHostAgents)
extends Record
Optional project paths to include in agent discovery.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionAgentsDiscoverParams(List<String> projectPaths, Boolean excludeHostAgents) Creates an instance of aAgentsDiscoverParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theexcludeHostAgentsrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theprojectPathsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
AgentsDiscoverParams
-
-
Method Details
-
toString
-
hashCode
-
equals
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 withObjects::equals(Object,Object). -
projectPaths
-
excludeHostAgents
Returns the value of theexcludeHostAgentsrecord component.- Returns:
- the value of the
excludeHostAgentsrecord component
-