@Generated(value="jsonschema2pojo") public class Image extends Object
构造器和说明 |
---|
Image() |
限定符和类型 | 方法和说明 |
---|---|
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 © 2024. All rights reserved.