Class AutoValue_ProtoEnumInfo
java.lang.Object
io.opentelemetry.exporter.internal.marshal.ProtoEnumInfo
io.opentelemetry.exporter.internal.marshal.AutoValue_ProtoEnumInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ProtoEnumInfo
create
-
Field Details
-
enumNumber
private final int enumNumber -
jsonName
-
-
Constructor Details
-
AutoValue_ProtoEnumInfo
AutoValue_ProtoEnumInfo(int enumNumber, String jsonName)
-
-
Method Details
-
getEnumNumber
public int getEnumNumber()- Specified by:
getEnumNumberin classProtoEnumInfo
-
getJsonName
- Specified by:
getJsonNamein classProtoEnumInfo
-
toString
-
equals
-
hashCode
-