public class PhotoMetadata
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
angle
The angle at which the photo was taken, or null.
|
java.lang.String |
name
Name of the photo.
|
java.util.List<PhotoTag> |
tags
A list of all the metadata of the image.
|
java.util.Date |
taken
The date the photo was taken, or null.
|
| Constructor and Description |
|---|
PhotoMetadata() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.lang.String name
public java.util.Date taken
public java.lang.Integer angle
ImageAnglepublic java.util.List<PhotoTag> tags