Package nxt

Class Vote


  • public final class Vote
    extends java.lang.Object
    • Method Detail

      • getCount

        public static int getCount()
      • getVote

        public static Vote getVote​(long id)
      • getVotes

        public static DbIterator<Vote> getVotes​(long pollId,
                                                int from,
                                                int to)
      • getVote

        public static Vote getVote​(long pollId,
                                   long voterId)
      • getId

        public long getId()
      • getPollId

        public long getPollId()
      • getVoterId

        public long getVoterId()
      • getVoteBytes

        public byte[] getVoteBytes()