package com.kryptnostic.kodex.v1.models.response; // TODO: get rid of this fucking class and use @JsonProperty tags errywhere public class ResponseKey { public static final String FRAGMENT_KEY = "fragment"; public static final String RESULT_KEY = "result"; public static final String RESULT_COUNT_KEY = "result_count"; }