Class LinkData

java.lang.Object
io.confluent.kafkarest.entities.v3.Resource
io.confluent.kafkarest.entities.v3.LinkData

public abstract class LinkData extends io.confluent.kafkarest.entities.v3.Resource
  • Method Details

    • getSourceClusterId

      @Nullable public abstract String getSourceClusterId()
    • getDestinationClusterId

      @Nullable public abstract String getDestinationClusterId()
    • getRemoteClusterId

      @Nullable public abstract String getRemoteClusterId()
    • getLinkName

      public abstract String getLinkName()
    • getLinkId

      public abstract UUID getLinkId()
    • getClusterLinkId

      public abstract String getClusterLinkId()
    • getTopics

      public abstract com.google.common.collect.ImmutableList<String> getTopics()
    • getLinkError

      public abstract String getLinkError()
    • getLinkErrorMessage

      public abstract String getLinkErrorMessage()
    • getLinkState

      public abstract String getLinkState()
    • getTasks

      public abstract com.google.common.collect.ImmutableList<LinkTaskData> getTasks()
    • getCategoryCounts

      public abstract com.google.common.collect.ImmutableList<LinkCategoryData> getCategoryCounts()
    • builder

      public static LinkData.Builder builder()
    • fromLinkData

      public static LinkData.Builder fromLinkData(LinkData linkData)
    • fromLink

      public static LinkData.Builder fromLink(Link link)