Uses of Enum Class
ai.wanaku.core.exchange.v1.ExecutionStatus
Packages that use ExecutionStatus
-
Uses of ExecutionStatus in ai.wanaku.core.exchange.v1
Methods in ai.wanaku.core.exchange.v1 that return ExecutionStatusModifier and TypeMethodDescriptionstatic ExecutionStatusExecutionStatus.forNumber(int value) CodeExecutionReply.Builder.getStatus()* The current execution status.CodeExecutionReply.getStatus()* The current execution status.CodeExecutionReplyOrBuilder.getStatus()* The current execution status.static ExecutionStatusExecutionStatus.valueOf(int value) Deprecated.static ExecutionStatusExecutionStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ExecutionStatusReturns the enum constant of this class with the specified name.static ExecutionStatus[]ExecutionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.wanaku.core.exchange.v1 that return types with arguments of type ExecutionStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ExecutionStatus> ExecutionStatus.internalGetValueMap()Methods in ai.wanaku.core.exchange.v1 with parameters of type ExecutionStatusModifier and TypeMethodDescriptionCodeExecutionReply.Builder.setStatus(ExecutionStatus value) * The current execution status.