Package io.opentelemetry.android.semconv
Enum WebsocketAttributes.WebsocketMessageTypeValues
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum WebsocketAttributes.WebsocketMessageTypeValues extends Enum<WebsocketAttributes.WebsocketMessageTypeValues>
<p>Values for WEBSOCKET_MESSAGE_TYPE.</p>
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringvalueprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<WebsocketAttributes.WebsocketMessageTypeValues>entries
-
Method Summary
Modifier and Type Method Description final WebsocketAttributes.WebsocketMessageTypeValuesvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<WebsocketAttributes.WebsocketMessageTypeValues>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetValue()final EnumEntries<WebsocketAttributes.WebsocketMessageTypeValues>getEntries()<p>Values for WEBSOCKET_MESSAGE_TYPE.</p> -
-
Method Detail
-
valueOf
final WebsocketAttributes.WebsocketMessageTypeValues valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<WebsocketAttributes.WebsocketMessageTypeValues> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<WebsocketAttributes.WebsocketMessageTypeValues> getEntries()
<p>Values for WEBSOCKET_MESSAGE_TYPE.</p>
-
-
-
-