toggle menu
rapid-sdk
5.1.0
5.3.0
5.1.0
5.0.1
5.0.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
3.2.2
JVM
switch theme
search in API
rapid-sdk
/
com.expediagroup.sdk.rapid.models
/
Image1
Image1
public
final
class
Image1
Parameters
url
The url of the image.
width
The width of the image.
height
The height of the image.
Members
Constructors
Image1
Link copied to clipboard
public
Image1
Image1
(
String
url
,
String
width
,
String
height
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
height
Link copied to clipboard
@
Valid
(
)
private
final
String
height
url
Link copied to clipboard
@
Valid
(
)
private
final
String
url
width
Link copied to clipboard
@
Valid
(
)
private
final
String
width
Functions
builder
Link copied to clipboard
public
final
static
Image1.Builder
builder
(
)
get
Height
Link copied to clipboard
public
final
String
getHeight
(
)
get
Url
Link copied to clipboard
public
final
String
getUrl
(
)
get
Width
Link copied to clipboard
public
final
String
getWidth
(
)
to
Builder
Link copied to clipboard
public
final
Image1.Builder
toBuilder
(
)