Uses of Class
com.tencentcloudapi.scf.v20180416.models.WSParams
-
Packages that use WSParams Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of WSParams in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return WSParams Modifier and Type Method Description WSParamsProtocolParams. getWSParams()Get WebSockets协议支持的参数 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type WSParams Modifier and Type Method Description voidProtocolParams. setWSParams(WSParams WSParams)Set WebSockets协议支持的参数 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type WSParams Constructor Description WSParams(WSParams 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.
-