Class LiveTraceResult.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of LiveTraceResult.
    • Method Detail

      • setDatapathStatsResults

        public LiveTraceResult.Builder setDatapathStatsResults​(java.util.List<DatapathStatsResult> datapathStatsResults)
        The results of the datapath statistics action.
        Parameters:
        datapathStatsResults - New value for the property.
      • setId

        public LiveTraceResult.Builder setId​(java.lang.String id)
        The id is assigned by Livetrace and cannot be specified by user. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        id - New value for the property.
      • setPktcapResults

        public LiveTraceResult.Builder setPktcapResults​(java.util.List<PktCapResult> pktcapResults)
        PktCap action results
        Parameters:
        pktcapResults - New value for the property.
      • setTraceResults

        public LiveTraceResult.Builder setTraceResults​(java.util.List<TraceResult> traceResults)
        Trace action observation list results
        Parameters:
        traceResults - New value for the property.