Class GetModelVersion404Response

java.lang.Object
cloud.liblibai.openapi.client.model.GetModelVersion404Response

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-02-05T15:10:08.947334966+08:00[Asia/Shanghai]", comments="Generator version: 7.10.0") public class GetModelVersion404Response extends Object
GetModelVersion404Response
  • Field Details

  • Constructor Details

    • GetModelVersion404Response

      public GetModelVersion404Response()
  • Method Details

    • message

      public GetModelVersion404Response message(@Nullable String message)
    • getMessage

      @Nullable public String getMessage()
      错误提示信息
      Returns:
      message
    • setMessage

      public void setMessage(@Nullable String message)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to GetModelVersion404Response
    • fromJson

      public static GetModelVersion404Response fromJson(String jsonString) throws IOException
      Create an instance of GetModelVersion404Response given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of GetModelVersion404Response
      Throws:
      IOException - if the JSON string is invalid with respect to GetModelVersion404Response
    • toJson

      public String toJson()
      Convert an instance of GetModelVersion404Response to an JSON string
      Returns:
      JSON string