Class FattrResponse.NamedValue

  • Enclosing class:
    FattrResponse

    public static class FattrResponse.NamedValue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedValue​(java.lang.String name, short code, byte[] value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short getCode()  
      java.lang.String getName()  
      byte[] getValue()  
      • Methods inherited from class java.lang.Object

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

      • NamedValue

        public NamedValue​(java.lang.String name,
                          short code,
                          byte[] value)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public byte[] getValue()
      • getCode

        public short getCode()