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