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 to the image.
abstract String getUrl()
The url to the image.
abstract int getWidth()
The width to 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 to the image.

public abstract String getUrl ()

The url to the image.

public abstract int getWidth ()

The width to 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.