Package dev.case.api.models.agent.v1.run
Class RunGetDetailsResponse.Result.Logs.Builder
-
- All Implemented Interfaces:
public final class RunGetDetailsResponse.Result.Logs.BuilderA builder for Logs.
-
-
Method Summary
-
-
Method Detail
-
opencode
final RunGetDetailsResponse.Result.Logs.Builder opencode(String opencode)
OpenCode server stdout/stderr
-
opencode
final RunGetDetailsResponse.Result.Logs.Builder opencode(JsonField<String> opencode)
Sets Builder.opencode to an arbitrary JSON value.
You should usually call Builder.opencode with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
runner
final RunGetDetailsResponse.Result.Logs.Builder runner(String runner)
Runner script stdout/stderr
-
runner
final RunGetDetailsResponse.Result.Logs.Builder runner(JsonField<String> runner)
Sets Builder.runner to an arbitrary JSON value.
You should usually call Builder.runner with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final RunGetDetailsResponse.Result.Logs.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final RunGetDetailsResponse.Result.Logs.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final RunGetDetailsResponse.Result.Logs.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final RunGetDetailsResponse.Result.Logs.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final RunGetDetailsResponse.Result.Logs.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final RunGetDetailsResponse.Result.Logs build()
Returns an immutable instance of Logs.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-