Record Class McpResource
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.McpResource
@Generated("copilot-sdk-codegen")
public record McpResource(String uri, String name, String title, String description, String mimeType, Long size, List<McpResourceIcon> icons, McpResourceAnnotations annotations, Map<String,Object> meta, Map<String,Object> additionalProperties)
extends Record
An MCP resource descriptor (spec `Resource`): URI, name, and optional title, description, MIME type, size, icons, annotations, and metadata. Server-provided fields outside the standard descriptor shape are exposed under `additionalProperties`.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionMcpResource(String uri, String name, String title, String description, String mimeType, Long size, List<McpResourceIcon> icons, McpResourceAnnotations annotations, Map<String, Object> meta, Map<String, Object> additionalProperties) Creates an instance of aMcpResourcerecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadditionalPropertiesrecord component.Returns the value of theannotationsrecord component.Returns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.icons()Returns the value of theiconsrecord component.meta()Returns the value of themetarecord component.mimeType()Returns the value of themimeTyperecord component.name()Returns the value of thenamerecord component.size()Returns the value of thesizerecord component.title()Returns the value of thetitlerecord component.final StringtoString()Returns a string representation of this record class.uri()Returns the value of theurirecord component.
-
Constructor Details
-
McpResource
public McpResource(String uri, String name, String title, String description, String mimeType, Long size, List<McpResourceIcon> icons, McpResourceAnnotations annotations, Map<String, Object> meta, Map<String, Object> additionalProperties) Creates an instance of aMcpResourcerecord class.- Parameters:
uri- the value for theurirecord componentname- the value for thenamerecord componenttitle- the value for thetitlerecord componentdescription- the value for thedescriptionrecord componentmimeType- the value for themimeTyperecord componentsize- the value for thesizerecord componenticons- the value for theiconsrecord componentannotations- the value for theannotationsrecord componentmeta- the value for themetarecord componentadditionalProperties- the value for theadditionalPropertiesrecord component
-
-
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). -
uri
Returns the value of theurirecord component.- Returns:
- the value of the
urirecord component
-
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
title
Returns the value of thetitlerecord component.- Returns:
- the value of the
titlerecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
mimeType
Returns the value of themimeTyperecord component.- Returns:
- the value of the
mimeTyperecord component
-
size
Returns the value of thesizerecord component.- Returns:
- the value of the
sizerecord component
-
icons
Returns the value of theiconsrecord component.- Returns:
- the value of the
iconsrecord component
-
annotations
Returns the value of theannotationsrecord component.- Returns:
- the value of the
annotationsrecord component
-
meta
-
additionalProperties
-