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() |
| Modifier and Type | Method and Description |
|---|---|
GetContentGenerationTaskResponse.Content |
getContent() |
Long |
getCreatedAt() |
GetContentGenerationTaskResponse.ContentGenerationError |
getError() |
String |
getId() |
String |
getModel() |
String |
getRevisedPrompt() |
Long |
getSeed() |
String |
getStatus() |
Long |
getUpdatedAt() |
GetContentGenerationTaskResponse.Usage |
getUsage() |
void |
setContent(GetContentGenerationTaskResponse.Content content) |
void |
setCreatedAt(Long createdAt) |
void |
setError(GetContentGenerationTaskResponse.ContentGenerationError error) |
void |
setId(String id) |
void |
setModel(String model) |
void |
setRevisedPrompt(String revisedPrompt) |
void |
setSeed(Long seed) |
void |
setStatus(String status) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUsage(GetContentGenerationTaskResponse.Usage usage) |
String |
toString() |
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 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.