Class GoodData

    • Method Detail

      • fromJson

        public static GoodData fromJson​(String json,
                                        com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a GoodData object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        GoodData object represented by the provided JSON
      • fromJson

        public static GoodData fromJson​(InputStream json,
                                        com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a GoodData object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        GoodData object represented by the provided JSON
      • getWorkspaceId

        public final String getWorkspaceId()
      • getSessionExpiry

        public final String getSessionExpiry()
      • getSessionId

        public final String getSessionId()
      • getGdBaseUrl

        public final String getGdBaseUrl()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object