[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eApiProxy.ApiConfig\u003c/code\u003e is a class that inherits from the \u003ccode\u003eObject\u003c/code\u003e class, as seen in the inheritance section.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eApiProxy.ApiConfig\u003c/code\u003e has a default constructor \u003ccode\u003eApiConfig()\u003c/code\u003e that takes no parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe class overrides the \u003ccode\u003eequals(Object arg0)\u003c/code\u003e method inherited from the \u003ccode\u003eObject\u003c/code\u003e class, which takes another \u003ccode\u003eObject\u003c/code\u003e as an argument and returns a boolean.\u003c/p\u003e\n"],["\u003cp\u003eThe class has the ability to get and set a deadline in seconds via the methods \u003ccode\u003egetDeadlineInSeconds()\u003c/code\u003e and \u003ccode\u003esetDeadlineInSeconds(Double arg0)\u003c/code\u003e, returning and taking a Double respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eApiProxy.ApiConfig\u003c/code\u003e overrides the \u003ccode\u003ehashCode()\u003c/code\u003e method of \u003ccode\u003eObject\u003c/code\u003e, which returns an integer.\u003c/p\u003e\n"]]],[],null,["# Class ApiProxy.ApiConfig (2.0.0)\n\n public static final class ApiProxy.ApiConfig\n\nInheritance\n-----------\n\n[Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e ApiProxy.ApiConfig \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nConstructors\n------------\n\n### ApiConfig()\n\n public ApiConfig()\n\nMethods\n-------\n\n### equals(Object arg0)\n\n public boolean equals(Object arg0)\n\n**Overrides** \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-)\n\n### getDeadlineInSeconds()\n\n public Double getDeadlineInSeconds()\n\n### hashCode()\n\n public int hashCode()\n\n**Overrides** \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--)\n\n### setDeadlineInSeconds(Double arg0)\n\n public void setDeadlineInSeconds(Double arg0)"]]