@Generated(value="jsonschema2pojo") public class Image extends Object
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getDetail()
Detail
|
byte[] |
getImageBytes()
Image Bytes
|
String |
getUrl()
Url
|
int |
hashCode() |
void |
setDetail(String detail)
Detail
|
void |
setImageBytes(byte[] imageBytes)
Image Bytes
|
void |
setUrl(String url)
Url
|
String |
toString() |
Image |
withDetail(String detail) |
Image |
withImageBytes(byte[] imageBytes) |
Image |
withUrl(String url) |
public String getUrl()
public void setUrl(String url)
public String getDetail()
public void setDetail(String detail)
public byte[] getImageBytes()
public void setImageBytes(byte[] imageBytes)
public Image withImageBytes(byte[] imageBytes)
Copyright © 2025. All rights reserved.