public static class AlbumEntryBuilders.Key
extends com.linkedin.restli.common.CompoundKey
| Constructor and Description |
|---|
Key() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAlbumId() |
java.lang.Long |
getPhotoId() |
AlbumEntryBuilders.Key |
setAlbumId(java.lang.Long albumId) |
AlbumEntryBuilders.Key |
setPhotoId(java.lang.Long photoId) |
public AlbumEntryBuilders.Key setAlbumId(java.lang.Long albumId)
public java.lang.Long getAlbumId()
public AlbumEntryBuilders.Key setPhotoId(java.lang.Long photoId)
public java.lang.Long getPhotoId()