public class ListCustomizedVoiceJobsRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
ListCustomizedVoiceJobsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListCustomizedVoiceJobsRequest |
build(Map<String,?> map) |
Integer |
getPageNo() |
Integer |
getPageSize() |
String |
getType() |
ListCustomizedVoiceJobsRequest |
setPageNo(Integer pageNo) |
ListCustomizedVoiceJobsRequest |
setPageSize(Integer pageSize) |
ListCustomizedVoiceJobsRequest |
setType(String type) |
@NameInMap(value="PageNo") public Integer pageNo
1
@NameInMap(value="PageSize") public Integer pageSize
10
@NameInMap(value="Type") public String type
public static ListCustomizedVoiceJobsRequest build(Map<String,?> map) throws Exception
Exception
public ListCustomizedVoiceJobsRequest setPageNo(Integer pageNo)
public Integer getPageNo()
public ListCustomizedVoiceJobsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListCustomizedVoiceJobsRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.