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 SummaryNested Classes Modifier and Type Class Description static classReportResponse.Builder
 - 
Field SummaryFields Modifier and Type Field Description static com.squareup.wire.ProtoAdapter<ReportResponse>ADAPTER
 - 
Constructor SummaryConstructors Constructor Description ReportResponse()ReportResponse(okio.ByteString unknownFields)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()ReportResponse.BuildernewBuilder()java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
ADAPTERpublic static final com.squareup.wire.ProtoAdapter<ReportResponse> ADAPTER 
 
- 
 - 
Method Detail- 
newBuilderpublic ReportResponse.Builder newBuilder() - Specified by:
- newBuilderin class- com.squareup.wire.Message<ReportResponse,ReportResponse.Builder>
 
 - 
equalspublic boolean equals(java.lang.Object other) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- com.squareup.wire.Message<ReportResponse,ReportResponse.Builder>
 
 
- 
 
-