类 GtApiProxyFactory.BaseParam
- java.lang.Object
-
- com.getui.push.v2.sdk.core.factory.GtApiProxyFactory.BaseParam
-
- 封闭类:
- GtApiProxyFactory
public static class GtApiProxyFactory.BaseParam extends Object
HTTP请求的参数
-
-
方法详细资料
-
getUri
public String getUri()
-
setUri
public void setUri(String uri)
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getNeedToken
public Boolean getNeedToken()
-
setNeedToken
public void setNeedToken(Boolean needToken)
-
getReturnType
public Type getReturnType()
-
setReturnType
public void setReturnType(Type returnType)
-
-