Class UidListing


  • public class UidListing
    extends Object
    UidListing represents a reply line sent in response to the UIDL POP3 command.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int number  
      long uid  
    • Constructor Summary

      Constructors 
      Constructor Description
      UidListing​(int number, long uid)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • number

        public final int number
      • uid

        public final long uid
    • Constructor Detail

      • UidListing

        public UidListing​(int number,
                          long uid)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object