Class TcpSequence

java.lang.Object
org.nmap4j.data.host.TcpSequence

public class TcpSequence extends Object
  • Field Details

  • Constructor Details

    • TcpSequence

      public TcpSequence()
  • Method Details

    • getIndex

      public long getIndex()
    • setIndex

      public void setIndex(long index)
    • getDifficulty

      public String getDifficulty()
    • setDifficulty

      public void setDifficulty(String difficulty)
    • getValues

      public String getValues()
    • setValues

      public void setValues(String values)
    • toString

      public String toString()
      Overrides:
      toString in class Object