public class CorporationBookmarksResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BOOKMARK_ID |
static String |
SERIALIZED_NAME_COORDINATES |
static String |
SERIALIZED_NAME_CREATED |
static String |
SERIALIZED_NAME_CREATOR_ID |
static String |
SERIALIZED_NAME_FOLDER_ID |
static String |
SERIALIZED_NAME_ITEM |
static String |
SERIALIZED_NAME_LABEL |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_NOTES |
| Constructor and Description |
|---|
CorporationBookmarksResponse() |
public static final String SERIALIZED_NAME_BOOKMARK_ID
public static final String SERIALIZED_NAME_ITEM
public static final String SERIALIZED_NAME_NOTES
public static final String SERIALIZED_NAME_CREATED
public static final String SERIALIZED_NAME_COORDINATES
public static final String SERIALIZED_NAME_CREATOR_ID
public static final String SERIALIZED_NAME_LABEL
public static final String SERIALIZED_NAME_FOLDER_ID
public static final String SERIALIZED_NAME_LOCATION_ID
public CorporationBookmarksResponse bookmarkId(Integer bookmarkId)
public Integer getBookmarkId()
public void setBookmarkId(Integer bookmarkId)
public CorporationBookmarksResponse item(CorporationBookmarkItem item)
public CorporationBookmarkItem getItem()
public void setItem(CorporationBookmarkItem item)
public CorporationBookmarksResponse notes(String notes)
public String getNotes()
public void setNotes(String notes)
public CorporationBookmarksResponse created(java.time.OffsetDateTime created)
public java.time.OffsetDateTime getCreated()
public void setCreated(java.time.OffsetDateTime created)
public CorporationBookmarksResponse coordinates(CorporationBookmarksCoordinates coordinates)
public CorporationBookmarksCoordinates getCoordinates()
public void setCoordinates(CorporationBookmarksCoordinates coordinates)
public CorporationBookmarksResponse creatorId(Integer creatorId)
public Integer getCreatorId()
public void setCreatorId(Integer creatorId)
public CorporationBookmarksResponse label(String label)
public String getLabel()
public void setLabel(String label)
public CorporationBookmarksResponse folderId(Integer folderId)
public Integer getFolderId()
public void setFolderId(Integer folderId)
public CorporationBookmarksResponse locationId(Integer locationId)
public Integer getLocationId()
public void setLocationId(Integer locationId)
Copyright © 2019. All Rights Reserved.