Class ThisMonth

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getApiVersion

        public final String getApiVersion()
      • getAsOf

        public final String getAsOf()
      • getCount

        public final String getCount()
      • getCountUnit

        public final String getCountUnit()
      • getDescription

        public final String getDescription()
      • getEndDate

        public final LocalDate getEndDate()
      • getPriceUnit

        public final Currency getPriceUnit()
      • getStartDate

        public final LocalDate getStartDate()
      • getSubresourceUris

        public final Map<String,​String> getSubresourceUris()
      • getUri

        public final String getUri()
      • getUsage

        public final String getUsage()
      • getUsageUnit

        public final String getUsageUnit()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object