public static interface

Person.Cover.CoverPhoto

implements Freezable<Person.Cover.CoverPhoto>
com.google.android.gms.plus.model.people.Person.Cover.CoverPhoto

Class Overview

The person's primary cover image.

Summary

Public Methods
abstract int getHeight()
The height of the image.
abstract String getUrl()
The URL of the image.
abstract int getWidth()
The width of the image.
abstract boolean hasHeight()
Indicates whether the "height" field is explicitly set to a value.
abstract boolean hasUrl()
Indicates whether the "url" field is explicitly set to a value.
abstract boolean hasWidth()
Indicates whether the "width" field is explicitly set to a value.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.data.Freezable

Public Methods

public abstract int getHeight ()

The height of the image.

Returns
int

public abstract String getUrl ()

The URL of the image.

Returns
String

public abstract int getWidth ()

The width of the image.

Returns
int

public abstract boolean hasHeight ()

Indicates whether the "height" field is explicitly set to a value.

Returns
boolean

public abstract boolean hasUrl ()

Indicates whether the "url" field is explicitly set to a value.

Returns
boolean

public abstract boolean hasWidth ()

Indicates whether the "width" field is explicitly set to a value.

Returns
boolean