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.String
grpcStatusDescription
private int
grpcStatusValue
-
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 boolean
equals(java.lang.Object o)
java.lang.String
grpcStatusDescription()
int
grpcStatusValue()
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opentelemetry.exporter.internal.grpc.GrpcResponse
create
-
-
-
-
Method Detail
-
grpcStatusValue
public int grpcStatusValue()
- Specified by:
grpcStatusValue
in classGrpcResponse
-
grpcStatusDescription
@Nullable public java.lang.String grpcStatusDescription()
- Specified by:
grpcStatusDescription
in classGrpcResponse
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-