public class InlineResponse2002Content extends Object
| Constructor | Description |
|---|---|
InlineResponse2002Content() |
| Modifier and Type | Method | Description |
|---|---|---|
InlineResponse2002Content |
data(String data) |
|
boolean |
equals(Object o) |
|
String |
getData() |
The base64-encoded data of the Asset.
|
Integer |
getHeight() |
The height of the Asset in pixels.
|
String |
getType() |
The MIME type of the Asset.
|
Integer |
getWidth() |
The width of the Asset in pixels.
|
int |
hashCode() |
|
InlineResponse2002Content |
height(Integer height) |
|
void |
setData(String data) |
|
void |
setHeight(Integer height) |
|
void |
setType(String type) |
|
void |
setWidth(Integer width) |
|
String |
toString() |
|
InlineResponse2002Content |
type(String type) |
|
InlineResponse2002Content |
width(Integer width) |
public InlineResponse2002Content type(String type)
public String getType()
public void setType(String type)
public InlineResponse2002Content data(String data)
public String getData()
public void setData(String data)
public InlineResponse2002Content width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public InlineResponse2002Content height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
Copyright © 2026. All rights reserved.