类 OutputForListModelCustomizationJobsOutput
- java.lang.Object
-
- com.volcengine.ark.model.OutputForListModelCustomizationJobsOutput
-
public class OutputForListModelCustomizationJobsOutput extends Object
OutputForListModelCustomizationJobsOutput
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classOutputForListModelCustomizationJobsOutput.StatusEnumGets or Sets status
-
构造器概要
构造器 构造器 说明 OutputForListModelCustomizationJobsOutput()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 OutputForListModelCustomizationJobsOutputcustomModelCreateTimeUnix(Long customModelCreateTimeUnix)OutputForListModelCustomizationJobsOutputcustomModelId(String customModelId)booleanequals(Object o)LonggetCustomModelCreateTimeUnix()Get customModelCreateTimeUnixStringgetCustomModelId()Get customModelIdIntegergetIndex()Get indexStringgetName()Get nameOutputForListModelCustomizationJobsOutput.StatusEnumgetStatus()Get statusinthashCode()OutputForListModelCustomizationJobsOutputindex(Integer index)OutputForListModelCustomizationJobsOutputname(String name)voidsetCustomModelCreateTimeUnix(Long customModelCreateTimeUnix)voidsetCustomModelId(String customModelId)voidsetIndex(Integer index)voidsetName(String name)voidsetStatus(OutputForListModelCustomizationJobsOutput.StatusEnum status)OutputForListModelCustomizationJobsOutputstatus(OutputForListModelCustomizationJobsOutput.StatusEnum status)StringtoString()
-
-
-
方法详细资料
-
customModelCreateTimeUnix
public OutputForListModelCustomizationJobsOutput customModelCreateTimeUnix(Long customModelCreateTimeUnix)
-
getCustomModelCreateTimeUnix
public Long getCustomModelCreateTimeUnix()
Get customModelCreateTimeUnix- 返回:
- customModelCreateTimeUnix
-
setCustomModelCreateTimeUnix
public void setCustomModelCreateTimeUnix(Long customModelCreateTimeUnix)
-
customModelId
public OutputForListModelCustomizationJobsOutput customModelId(String customModelId)
-
getCustomModelId
public String getCustomModelId()
Get customModelId- 返回:
- customModelId
-
setCustomModelId
public void setCustomModelId(String customModelId)
-
index
public OutputForListModelCustomizationJobsOutput index(Integer index)
-
getIndex
public Integer getIndex()
Get index- 返回:
- index
-
setIndex
public void setIndex(Integer index)
-
name
public OutputForListModelCustomizationJobsOutput name(String name)
-
getName
public String getName()
Get name- 返回:
- name
-
setName
public void setName(String name)
-
status
public OutputForListModelCustomizationJobsOutput status(OutputForListModelCustomizationJobsOutput.StatusEnum status)
-
getStatus
public OutputForListModelCustomizationJobsOutput.StatusEnum getStatus()
Get status- 返回:
- status
-
setStatus
public void setStatus(OutputForListModelCustomizationJobsOutput.StatusEnum status)
-
-