Uses of Interface
com.ants.platform.client.resources.ingestion.types.UpdateSpanBody._FinalStage
Packages that use UpdateSpanBody._FinalStage
-
Uses of UpdateSpanBody._FinalStage in com.ants.platform.client.resources.ingestion.types
Classes in com.ants.platform.client.resources.ingestion.types that implement UpdateSpanBody._FinalStageMethods in com.ants.platform.client.resources.ingestion.types that return UpdateSpanBody._FinalStageModifier and TypeMethodDescriptionUpdateSpanBody._FinalStage.agentDisplayName(String agentDisplayName) UpdateSpanBody._FinalStage.agentDisplayName(Optional<String> agentDisplayName) UpdateSpanBody.Builder.agentDisplayName(String agentDisplayName) UpdateSpanBody.Builder.agentDisplayName(Optional<String> agentDisplayName) UpdateSpanBody._FinalStage.endTime(OffsetDateTime endTime) UpdateSpanBody._FinalStage.endTime(Optional<OffsetDateTime> endTime) UpdateSpanBody.Builder.endTime(OffsetDateTime endTime) UpdateSpanBody.Builder.endTime(Optional<OffsetDateTime> endTime) UpdateSpanBody._FinalStage.environment(String environment) UpdateSpanBody._FinalStage.environment(Optional<String> environment) UpdateSpanBody.Builder.environment(String environment) UpdateSpanBody.Builder.environment(Optional<String> environment) UpdateSpanBody._FinalStage.level(ObservationLevel level) UpdateSpanBody._FinalStage.level(Optional<ObservationLevel> level) UpdateSpanBody.Builder.level(ObservationLevel level) UpdateSpanBody.Builder.level(Optional<ObservationLevel> level) UpdateSpanBody._FinalStage.parentObservationId(String parentObservationId) UpdateSpanBody._FinalStage.parentObservationId(Optional<String> parentObservationId) UpdateSpanBody.Builder.parentObservationId(String parentObservationId) UpdateSpanBody.Builder.parentObservationId(Optional<String> parentObservationId) UpdateSpanBody._FinalStage.startTime(OffsetDateTime startTime) UpdateSpanBody._FinalStage.startTime(Optional<OffsetDateTime> startTime) UpdateSpanBody.Builder.startTime(OffsetDateTime startTime) UpdateSpanBody.Builder.startTime(Optional<OffsetDateTime> startTime) UpdateSpanBody._FinalStage.statusMessage(String statusMessage) UpdateSpanBody._FinalStage.statusMessage(Optional<String> statusMessage) UpdateSpanBody.Builder.statusMessage(String statusMessage) UpdateSpanBody.Builder.statusMessage(Optional<String> statusMessage)