POJO Retrofit GSON返回null
I have an API (unfortunately, I don't have any control over the API) which I'm consuming via Retrofit in my Android app. I have created a POJO to map the JSON response but I'm getting a NullPointerException. I'm getting the correct values for the first two...