public class McpBlobResourceContents extends Object implements McpResourceContents
| Constructor and Description |
|---|
McpBlobResourceContents() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlob() |
String |
getMimeType()
The MIME type of this resource.
|
String |
getUri()
The URI of this resource.
|
void |
setBlob(String blob) |
void |
setMimeType(String mimeType) |
void |
setUri(String uri) |
String |
toString() |
public String getUri()
McpResourceContentsgetUri in interface McpResourceContentspublic void setUri(String uri)
public String getMimeType()
McpResourceContentsgetMimeType in interface McpResourceContentspublic void setMimeType(String mimeType)
public String getBlob()
public void setBlob(String blob)
Copyright © 2025. All rights reserved.