public static interface

Person.Cover.CoverPhoto

implements Freezable<T>
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.

public abstract String getUrl ()

The URL of the image.

public abstract int getWidth ()

The width of the image.

public abstract boolean hasHeight ()

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

public abstract boolean hasUrl ()

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

public abstract boolean hasWidth ()

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