public class GetContentGenerationTaskResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetContentGenerationTaskResponse.Content |
static class |
GetContentGenerationTaskResponse.ContentGenerationError |
static class |
GetContentGenerationTaskResponse.Usage |
| Constructor and Description |
|---|
GetContentGenerationTaskResponse() |
public String getId()
public void setId(String id)
public String getModel()
public void setModel(String model)
public String getStatus()
public void setStatus(String status)
public GetContentGenerationTaskResponse.ContentGenerationError getError()
public void setError(GetContentGenerationTaskResponse.ContentGenerationError error)
public GetContentGenerationTaskResponse.Content getContent()
public void setContent(GetContentGenerationTaskResponse.Content content)
public GetContentGenerationTaskResponse.Usage getUsage()
public void setUsage(GetContentGenerationTaskResponse.Usage usage)
public String getSubdivisionLevel()
public void setSubdivisionLevel(String subdivisionlevel)
public String getFileFormat()
public void setFileFormat(String fileformat)
public Long getFrames()
public void setFrames(Long frames)
public Long getFramesPerSecond()
public void setFramesPerSecond(Long framespersecond)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public Long getSeed()
public void setSeed(Long seed)
public String getRevisedPrompt()
public void setRevisedPrompt(String revisedPrompt)
Copyright © 2025. All rights reserved.