Class BillingPeriod

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getAccountSid

        public final String getAccountSid()
      • getSimSid

        public final String getSimSid()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object