Class PopulatorResponseRecord


  • public class PopulatorResponseRecord
    extends java.lang.Object
    An object to represent a status or error response from the populator service.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()
      Accessor
      java.lang.String getDescription()
      Accessor
      void setCode​(int code)
      Accessor
      void setDescription​(java.lang.String description)
      Accessor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PopulatorResponseRecord

        public PopulatorResponseRecord()
        Constructor
    • Method Detail

      • getCode

        public int getCode()
        Accessor
        Returns:
        the response code
      • setCode

        public void setCode​(int code)
        Accessor
        Parameters:
        code - the response code
      • getDescription

        public java.lang.String getDescription()
        Accessor
        Returns:
        the response description
      • setDescription

        public void setDescription​(java.lang.String description)
        Accessor
        Parameters:
        description - the response description