Class IdentifierResponse


  • @Immutable
    public class IdentifierResponse
    extends Object
    • Constructor Detail

      • IdentifierResponse

        public IdentifierResponse()
      • IdentifierResponse

        public IdentifierResponse​(String type,
                                  String value)
    • Method Detail

      • getType

        public String getType()
        Returns:
        the type
      • setType

        public void setType​(String type)
        Parameters:
        type - the type to set
      • getValue

        public String getValue()
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Parameters:
        value - the value to set