public class InlineResponse2001Content extends Object
| Constructor and Description |
|---|
InlineResponse2001Content() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2001Content |
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() |
InlineResponse2001Content |
height(Integer height) |
void |
setData(String data) |
void |
setHeight(Integer height) |
void |
setType(String type) |
void |
setWidth(Integer width) |
String |
toString() |
InlineResponse2001Content |
type(String type) |
InlineResponse2001Content |
width(Integer width) |
public InlineResponse2001Content type(String type)
public String getType()
public void setType(String type)
public InlineResponse2001Content data(String data)
public String getData()
public void setData(String data)
public InlineResponse2001Content width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public InlineResponse2001Content height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
Copyright © 2026. All rights reserved.