Package zipkin2.proto3
Class ReportResponse
- java.lang.Object
-
- com.squareup.wire.Message<ReportResponse,ReportResponse.Builder>
-
- zipkin2.proto3.ReportResponse
-
- All Implemented Interfaces:
java.io.Serializable
public final class ReportResponse extends com.squareup.wire.Message<ReportResponse,ReportResponse.Builder>
Response for SpanService/Report RPC. This response currently does not return any information beyond indicating that the request has finished. That said, it may be extended in the future.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReportResponse.Builder
-
Field Summary
Fields Modifier and Type Field Description static com.squareup.wire.ProtoAdapter<ReportResponse>ADAPTER
-
Constructor Summary
Constructors Constructor Description ReportResponse()ReportResponse(okio.ByteString unknownFields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()ReportResponse.BuildernewBuilder()java.lang.StringtoString()
-
-
-
Field Detail
-
ADAPTER
public static final com.squareup.wire.ProtoAdapter<ReportResponse> ADAPTER
-
-
Method Detail
-
newBuilder
public ReportResponse.Builder newBuilder()
- Specified by:
newBuilderin classcom.squareup.wire.Message<ReportResponse,ReportResponse.Builder>
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classcom.squareup.wire.Message<ReportResponse,ReportResponse.Builder>
-
-