public class CheckLLMPromptRequest extends Object
| Constructor and Description |
|---|
CheckLLMPromptRequest() |
| Modifier and Type | Method and Description |
|---|---|
CheckLLMPromptRequest |
content(String content) |
CheckLLMPromptRequest |
contentType(Integer contentType) |
boolean |
equals(Object o) |
@NotNull String |
getContent()
Get content
|
@NotNull Integer |
getContentType()
Get contentType
|
@NotNull String |
getHost()
Get host
|
Integer |
getMsgClass()
Get msgClass
|
@NotNull String |
getRegion()
Get region
|
int |
hashCode() |
CheckLLMPromptRequest |
host(String host) |
CheckLLMPromptRequest |
msgClass(Integer msgClass) |
CheckLLMPromptRequest |
region(String region) |
void |
setContent(String content) |
void |
setContentType(Integer contentType) |
void |
setHost(String host) |
void |
setMsgClass(Integer msgClass) |
void |
setRegion(String region) |
String |
toString() |
public CheckLLMPromptRequest content(String content)
@NotNull public @NotNull String getContent()
public void setContent(String content)
public CheckLLMPromptRequest contentType(Integer contentType)
@NotNull public @NotNull Integer getContentType()
public void setContentType(Integer contentType)
public CheckLLMPromptRequest host(String host)
@NotNull public @NotNull String getHost()
public void setHost(String host)
public CheckLLMPromptRequest msgClass(Integer msgClass)
public Integer getMsgClass()
public void setMsgClass(Integer msgClass)
public CheckLLMPromptRequest region(String region)
@NotNull public @NotNull String getRegion()
public void setRegion(String region)
Copyright © 2025. All rights reserved.