public class ChatImageContent extends Object implements ChatContent
| コンストラクタと説明 |
|---|
ChatImageContent(String type,
ChatImageContentUrl imageUrl)
コンストラクタ
|
ChatImageContent(String type,
ChatImageContentUrl imageUrl,
String toolCallId) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ChatImageContentUrl |
getImageUrl() |
String |
getToolCallId()
関数呼び出しIDを返します。
|
String |
getType()
メッセージ本文の種別を返します。
|
int |
hashCode() |
void |
setImageUrl(ChatImageContentUrl imageUrl) |
void |
setToolCallId(String toolCallId) |
void |
setType(String type) |
String |
toString() |
public ChatImageContent(String type, ChatImageContentUrl imageUrl)
type - コンテンツタイプimageUrl - イメージURLpublic ChatImageContent(String type, ChatImageContentUrl imageUrl, String toolCallId)
public String getType()
ChatContentgetType インタフェース内 ChatContentpublic ChatImageContentUrl getImageUrl()
public String getToolCallId()
ChatContentgetToolCallId インタフェース内 ChatContentpublic void setType(String type)
public void setImageUrl(ChatImageContentUrl imageUrl)
public void setToolCallId(String toolCallId)
protected boolean canEqual(Object other)
Copyright © 2012 NTT DATA INTRAMART CORPORATION