Class BaseRemoteModel

java.lang.Object
com.intellijava.core.model.BaseRemoteModel
Direct Known Subclasses:
AudioResponse, CohereLanguageResponse, OpenaiChatResponse, OpenaiImageResponse, OpenaiLanguageResponse

public abstract class BaseRemoteModel extends Object
BaseRemoteModel is an abstract class that represents a common model with a basic parameter, id.
Author:
github.com/Barqawiz
  • Constructor Details

    • BaseRemoteModel

      public BaseRemoteModel()
      BaseRemoteModel default constructor.
  • Method Details

    • getId

      public String getId()
      Get the id of the model
      Returns:
      the id
    • setId

      public void setId(String id)
      Sets the id of the model
      Parameters:
      id - the id