public static class QueryMediaIndexJobResponseBody.QueryMediaIndexJobResponseBodyIndexJobInfoList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
gmtFinish
example:
2023-11-21 11:33:51
|
String |
gmtSubmit
example:
2023-11-21 11:33:50
|
String |
indexType
example:
mm
|
String |
status
example:
Success
|
构造器和说明 |
---|
QueryMediaIndexJobResponseBodyIndexJobInfoList() |
@NameInMap(value="GmtFinish") public String gmtFinish
2023-11-21 11:33:51
@NameInMap(value="GmtSubmit") public String gmtSubmit
2023-11-21 11:33:50
@NameInMap(value="IndexType") public String indexType
mm
@NameInMap(value="Status") public String status
Success
public QueryMediaIndexJobResponseBodyIndexJobInfoList()
public static QueryMediaIndexJobResponseBody.QueryMediaIndexJobResponseBodyIndexJobInfoList build(Map<String,?> map) throws Exception
Exception
public QueryMediaIndexJobResponseBody.QueryMediaIndexJobResponseBodyIndexJobInfoList setGmtFinish(String gmtFinish)
public String getGmtFinish()
public QueryMediaIndexJobResponseBody.QueryMediaIndexJobResponseBodyIndexJobInfoList setGmtSubmit(String gmtSubmit)
public String getGmtSubmit()
public QueryMediaIndexJobResponseBody.QueryMediaIndexJobResponseBodyIndexJobInfoList setIndexType(String indexType)
public String getIndexType()
public QueryMediaIndexJobResponseBody.QueryMediaIndexJobResponseBodyIndexJobInfoList setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.