public class CheckLLMResponseStreamRequest extends Object
| Constructor and Description |
|---|
CheckLLMResponseStreamRequest() |
public CheckLLMResponseStreamRequest content(String content)
@NotNull public @NotNull String getContent()
public void setContent(String content)
public CheckLLMResponseStreamRequest contentType(Integer contentType)
@NotNull public @NotNull Integer getContentType()
public void setContentType(Integer contentType)
public CheckLLMResponseStreamRequest host(String host)
@NotNull public @NotNull String getHost()
public void setHost(String host)
public CheckLLMResponseStreamRequest msgClass(Integer msgClass)
@NotNull @Min(value=0L) @Max(value=99L) public @NotNull @Min(value=0L) @Max(value=99L) Integer getMsgClass()
public void setMsgClass(Integer msgClass)
public CheckLLMResponseStreamRequest msgID(String msgID)
public String getMsgID()
public void setMsgID(String msgID)
public CheckLLMResponseStreamRequest region(String region)
@NotNull public @NotNull String getRegion()
public void setRegion(String region)
public CheckLLMResponseStreamRequest timeout(Integer timeout)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public CheckLLMResponseStreamRequest useStream(Integer useStream)
public Integer getUseStream()
public void setUseStream(Integer useStream)
Copyright © 2025. All rights reserved.