Class JsonKeyValuePair

    • Constructor Detail

      • JsonKeyValuePair

        public JsonKeyValuePair​(String key,
                                Object value,
                                boolean usingKeyKeyword,
                                boolean usingValueKeyword)
    • Method Detail

      • isUsingKeyKeyword

        public boolean isUsingKeyKeyword()
      • setUsingKeyKeyword

        public void setUsingKeyKeyword​(boolean usingKeyKeyword)
      • withUsingKeyKeyword

        public JsonKeyValuePair withUsingKeyKeyword​(boolean usingKeyKeyword)
      • isUsingValueKeyword

        public boolean isUsingValueKeyword()
      • setUsingValueKeyword

        public void setUsingValueKeyword​(boolean usingValueKeyword)
      • withUsingValueKeyword

        public JsonKeyValuePair withUsingValueKeyword​(boolean usingValueKeyword)
      • isUsingFormatJson

        public boolean isUsingFormatJson()
      • setUsingFormatJson

        public void setUsingFormatJson​(boolean usingFormatJson)
      • withUsingFormatJson

        public JsonKeyValuePair withUsingFormatJson​(boolean usingFormatJson)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getKey

        public String getKey()
      • getValue

        public Object getValue()