Package net.troja.eve.esi.model
Class CorporationBookmarksResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationBookmarksResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationBookmarksResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BOOKMARK_IDstatic StringSERIALIZED_NAME_COORDINATESstatic StringSERIALIZED_NAME_CREATEDstatic StringSERIALIZED_NAME_CREATOR_IDstatic StringSERIALIZED_NAME_FOLDER_IDstatic StringSERIALIZED_NAME_ITEMstatic StringSERIALIZED_NAME_LABELstatic StringSERIALIZED_NAME_LOCATION_IDstatic StringSERIALIZED_NAME_NOTES
-
Constructor Summary
Constructors Constructor Description CorporationBookmarksResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_BOOKMARK_ID
public static final String SERIALIZED_NAME_BOOKMARK_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COORDINATES
public static final String SERIALIZED_NAME_COORDINATES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED
public static final String SERIALIZED_NAME_CREATED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATOR_ID
public static final String SERIALIZED_NAME_CREATOR_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FOLDER_ID
public static final String SERIALIZED_NAME_FOLDER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ITEM
public static final String SERIALIZED_NAME_ITEM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LABEL
public static final String SERIALIZED_NAME_LABEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_LOCATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NOTES
public static final String SERIALIZED_NAME_NOTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
bookmarkId
public CorporationBookmarksResponse bookmarkId(Integer bookmarkId)
-
getBookmarkId
public Integer getBookmarkId()
bookmark_id integer- Returns:
- bookmarkId
-
setBookmarkId
public void setBookmarkId(Integer bookmarkId)
-
coordinates
public CorporationBookmarksResponse coordinates(CorporationBookmarksCoordinates coordinates)
-
getCoordinates
@Nullable public CorporationBookmarksCoordinates getCoordinates()
Get coordinates- Returns:
- coordinates
-
setCoordinates
public void setCoordinates(CorporationBookmarksCoordinates coordinates)
-
created
public CorporationBookmarksResponse created(java.time.OffsetDateTime created)
-
getCreated
public java.time.OffsetDateTime getCreated()
created string- Returns:
- created
-
setCreated
public void setCreated(java.time.OffsetDateTime created)
-
creatorId
public CorporationBookmarksResponse creatorId(Integer creatorId)
-
getCreatorId
public Integer getCreatorId()
creator_id integer- Returns:
- creatorId
-
setCreatorId
public void setCreatorId(Integer creatorId)
-
folderId
public CorporationBookmarksResponse folderId(Integer folderId)
-
setFolderId
public void setFolderId(Integer folderId)
-
item
public CorporationBookmarksResponse item(CorporationBookmarkItem item)
-
getItem
@Nullable public CorporationBookmarkItem getItem()
Get item- Returns:
- item
-
setItem
public void setItem(CorporationBookmarkItem item)
-
label
public CorporationBookmarksResponse label(String label)
-
getLabel
public String getLabel()
label string- Returns:
- label
-
setLabel
public void setLabel(String label)
-
locationId
public CorporationBookmarksResponse locationId(Integer locationId)
-
getLocationId
public Integer getLocationId()
location_id integer- Returns:
- locationId
-
setLocationId
public void setLocationId(Integer locationId)
-
notes
public CorporationBookmarksResponse notes(String notes)
-
getNotes
public String getNotes()
notes string- Returns:
- notes
-
setNotes
public void setNotes(String notes)
-
-