ApplicationUsageEventEntity.getMemoryInMbPerInstances() is declared as follows:
/**
* The memory in mb by instances
*/
@JsonProperty("memory_in_mb_per_instance")
@Override
public @Nullable Integer getMemoryInMbPerInstances() {
return memoryInMbPerInstances;
}
It would make more sense if the field would drop the plural "s" from the end and expose the field under the expected name.