Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ConstantParameter
-
Packages that use ConstantParameter Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ConstantParameter in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return ConstantParameter Modifier and Type Method Description ConstantParameter[]ApiInfo. getConstantParameters()Get 常量参数。 注意:此字段可能返回 null,表示取不到有效值。ConstantParameter[]CreateApiRequest. getConstantParameters()Get 常量参数。ConstantParameter[]ModifyApiRequest. getConstantParameters()Get 常量参数。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ConstantParameter Modifier and Type Method Description voidApiInfo. setConstantParameters(ConstantParameter[] ConstantParameters)Set 常量参数。 注意:此字段可能返回 null,表示取不到有效值。voidCreateApiRequest. setConstantParameters(ConstantParameter[] ConstantParameters)Set 常量参数。voidModifyApiRequest. setConstantParameters(ConstantParameter[] ConstantParameters)Set 常量参数。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ConstantParameter Constructor Description ConstantParameter(ConstantParameter 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.
-