Uses of Class
com.tencentcloudapi.cme.v20191029.models.RecordReplayProjectInput
-
Packages that use RecordReplayProjectInput Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of RecordReplayProjectInput in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return RecordReplayProjectInput Modifier and Type Method Description RecordReplayProjectInputCreateProjectRequest. getRecordReplayProjectInput()Get 录制回放项目输入信息,仅当项目类型为 RECORD_REPLAY 时必填。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type RecordReplayProjectInput Modifier and Type Method Description voidCreateProjectRequest. setRecordReplayProjectInput(RecordReplayProjectInput RecordReplayProjectInput)Set 录制回放项目输入信息,仅当项目类型为 RECORD_REPLAY 时必填。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type RecordReplayProjectInput Constructor Description RecordReplayProjectInput(RecordReplayProjectInput 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.
-