public static class

Photo.Image

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.module.facebook.types.Photo.Image

Class Overview

Represents the Image Graph API type.

Summary

Constants
long serialVersionUID
Fields
private Integer height
private String source
private Integer width
Public Constructors
Photo.Image()
Photo.Image(Integer height, Integer width, String source)
Public Methods
boolean equals(Object that)
Integer getHeight()
The height of the image in pixels.
String getSource()
The source URL of the image.
Integer getWidth()
The width of the image in pixels.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

private Integer height

private String source

private Integer width

Public Constructors

public Photo.Image ()

public Photo.Image (Integer height, Integer width, String source)

Parameters
height
width
source

Public Methods

public boolean equals (Object that)

Parameters
that

public Integer getHeight ()

The height of the image in pixels.

Returns
  • The height of the image in pixels.

public String getSource ()

The source URL of the image.

Returns
  • The source URL of the image.

public Integer getWidth ()

The width of the image in pixels.

Returns
  • The width of the image in pixels.

public int hashCode ()

See Also

public String toString ()

See Also