Uses of Class
com.tencentcloudapi.gs.v20191118.models.CreateSessionRequest
-
Packages that use CreateSessionRequest Package Description com.tencentcloudapi.gs.v20191118 com.tencentcloudapi.gs.v20191118.models -
-
Uses of CreateSessionRequest in com.tencentcloudapi.gs.v20191118
Methods in com.tencentcloudapi.gs.v20191118 with parameters of type CreateSessionRequest Modifier and Type Method Description CreateSessionResponse
GsClient. CreateSession(CreateSessionRequest req)
创建会话 -
Uses of CreateSessionRequest in com.tencentcloudapi.gs.v20191118.models
Constructors in com.tencentcloudapi.gs.v20191118.models with parameters of type CreateSessionRequest Constructor Description CreateSessionRequest(CreateSessionRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-