Package com.intellijava.core.model
Class BaseRemoteModel
java.lang.Object
com.intellijava.core.model.BaseRemoteModel
- Direct Known Subclasses:
AudioResponse
,CohereLanguageResponse
,OpenaiChatResponse
,OpenaiImageResponse
,OpenaiLanguageResponse
BaseRemoteModel is an abstract class that represents a common model with a basic parameter, id.
- Author:
- github.com/Barqawiz
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BaseRemoteModel
public BaseRemoteModel()BaseRemoteModel default constructor.
-
-
Method Details
-
getId
Get the id of the model- Returns:
- the id
-
setId
Sets the id of the model- Parameters:
id
- the id
-