Package 

Class LimitAdapter


  • 
    public final class LimitAdapter
    
                        

    Adapter class for converting a JSON object representing a limit into a LimitAdapter instance.

    The class extracts information about the limit type, limit value, and frequency from the provided JSON object. It also provides a method to convert the LimitAdapter instance back into a JSON object.

    • Constructor Detail

      • LimitAdapter

        LimitAdapter(JSONObject limitJSON)
        Parameters:
        limitJSON - The JSON object representing the limit information.