Class HttpLlmResponseDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.HttpLlmResponseDTO
- All Implemented Interfaces:
DTO<HttpLlmResponse>
public class HttpLlmResponseDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<HttpLlmResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChaos()getDelay()getModel()booleansetChaos(LlmChaosProfile chaos) setCompletion(Completion completion) setConversationPredicates(ConversationPredicates conversationPredicates) setEmbedding(EmbeddingResponse embedding) setPrimary(boolean primary) setProvider(Provider provider) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
HttpLlmResponseDTO
-
HttpLlmResponseDTO
public HttpLlmResponseDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<HttpLlmResponse>
-
getDelay
-
setDelay
-
getProvider
-
setProvider
-
getModel
-
setModel
-
getCompletion
-
setCompletion
-
getEmbedding
-
setEmbedding
-
getConversationPredicates
-
setConversationPredicates
-
getChaos
-
setChaos
-
isPrimary
public boolean isPrimary() -
setPrimary
-