Package com.github.copilot.sdk.json
Class GetStatusResponse
java.lang.Object
com.github.copilot.sdk.json.GetStatusResponse
Response from the status.get RPC call.
Contains information about the CLI version and protocol version.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintsetProtocolVersion(int protocolVersion) setVersion(String version)
-
Constructor Details
-
GetStatusResponse
public GetStatusResponse()
-
-
Method Details
-
getVersion
-
setVersion
-
getProtocolVersion
public int getProtocolVersion() -
setProtocolVersion
-