Uses of Enum Class
com.baidu.bifromq.plugin.authprovider.type.Failed.Code
Packages that use Failed.Code
-
Uses of Failed.Code in com.baidu.bifromq.plugin.authprovider.type
Methods in com.baidu.bifromq.plugin.authprovider.type that return Failed.CodeModifier and TypeMethodDescriptionstatic Failed.CodeFailed.Code.forNumber(int value) Failed.Builder.getCode().mqtt5authtypes.Failed.Code code = 1;Failed.getCode().mqtt5authtypes.Failed.Code code = 1;FailedOrBuilder.getCode().mqtt5authtypes.Failed.Code code = 1;static Failed.CodeFailed.Code.valueOf(int value) Deprecated.static Failed.CodeFailed.Code.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Failed.CodeReturns the enum constant of this class with the specified name.static Failed.Code[]Failed.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.baidu.bifromq.plugin.authprovider.type that return types with arguments of type Failed.CodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Failed.Code>Failed.Code.internalGetValueMap()Methods in com.baidu.bifromq.plugin.authprovider.type with parameters of type Failed.CodeModifier and TypeMethodDescriptionFailed.Builder.setCode(Failed.Code value) .mqtt5authtypes.Failed.Code code = 1;