Class Zipkin


  • @Deprecated
    public final class Zipkin
    extends java.lang.Object
    Deprecated.
    Code using this class should migrate to using the tracing data available on Summary.
    • Constructor Detail

      • Zipkin

        @ConstructorProperties({"serviceName","used","upstream","downstream"})
        public Zipkin​(java.lang.String serviceName,
                      java.lang.Boolean used,
                      java.util.List<@Valid ZipkinDependency> upstream,
                      java.util.List<@Valid ZipkinDependency> downstream)
        Deprecated.
    • Method Detail

      • getServiceName

        public java.lang.String getServiceName()
        Deprecated.
      • getUsed

        public java.lang.Boolean getUsed()
        Deprecated.
      • getUpstream

        public java.util.List<@Valid ZipkinDependency> getUpstream()
        Deprecated.
      • getDownstream

        public java.util.List<@Valid ZipkinDependency> getDownstream()
        Deprecated.
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • withServiceName

        public Zipkin withServiceName​(java.lang.String serviceName)
        Deprecated.
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withUsed

        public Zipkin withUsed​(java.lang.Boolean used)
        Deprecated.
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withUpstream

        public Zipkin withUpstream​(java.util.List<@Valid ZipkinDependency> upstream)
        Deprecated.
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withDownstream

        public Zipkin withDownstream​(java.util.List<@Valid ZipkinDependency> downstream)
        Deprecated.
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).