Class AutoValue_GrpcResponse
- java.lang.Object
-
- io.opentelemetry.exporter.internal.grpc.GrpcResponse
-
- io.opentelemetry.exporter.internal.grpc.AutoValue_GrpcResponse
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_GrpcResponse extends GrpcResponse
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringgrpcStatusDescriptionprivate intgrpcStatusValue
-
Constructor Summary
Constructors Constructor Description AutoValue_GrpcResponse(int grpcStatusValue, java.lang.String grpcStatusDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgrpcStatusDescription()intgrpcStatusValue()inthashCode()java.lang.StringtoString()-
Methods inherited from class io.opentelemetry.exporter.internal.grpc.GrpcResponse
create
-
-
-
-
Method Detail
-
grpcStatusValue
public int grpcStatusValue()
- Specified by:
grpcStatusValuein classGrpcResponse
-
grpcStatusDescription
@Nullable public java.lang.String grpcStatusDescription()
- Specified by:
grpcStatusDescriptionin classGrpcResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-