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