of

public static SectorResponse of(Map<String, Object> stringObjectMap)

Turns a decoded SECTOR payload into a SectorResponse.

Return

a response holding the parsed sector performance data, or one holding an error message if the payload was empty or malformed

Parameters

stringObjectMap

the response body, already decoded from JSON into a map