Package net.troja.eve.esi.model
Class CharacterIndustryJobsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterIndustryJobsResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterIndustryJobsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCharacterIndustryJobsResponse.StatusEnumstatus string
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIVITY_IDstatic StringSERIALIZED_NAME_BLUEPRINT_IDstatic StringSERIALIZED_NAME_BLUEPRINT_LOCATION_IDstatic StringSERIALIZED_NAME_BLUEPRINT_TYPE_IDstatic StringSERIALIZED_NAME_COMPLETED_CHARACTER_IDstatic StringSERIALIZED_NAME_COMPLETED_DATEstatic StringSERIALIZED_NAME_COSTstatic StringSERIALIZED_NAME_DURATIONstatic StringSERIALIZED_NAME_END_DATEstatic StringSERIALIZED_NAME_FACILITY_IDstatic StringSERIALIZED_NAME_INSTALLER_IDstatic StringSERIALIZED_NAME_JOB_IDstatic StringSERIALIZED_NAME_LICENSED_RUNSstatic StringSERIALIZED_NAME_OUTPUT_LOCATION_IDstatic StringSERIALIZED_NAME_PAUSE_DATEstatic StringSERIALIZED_NAME_PROBABILITYstatic StringSERIALIZED_NAME_PRODUCT_TYPE_IDstatic StringSERIALIZED_NAME_RUNSstatic StringSERIALIZED_NAME_START_DATEstatic StringSERIALIZED_NAME_STATION_IDstatic StringSERIALIZED_NAME_STATUSstatic StringSERIALIZED_NAME_SUCCESSFUL_RUNS
-
Constructor Summary
Constructors Constructor Description CharacterIndustryJobsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterIndustryJobsResponseactivityId(Integer activityId)CharacterIndustryJobsResponseblueprintId(Long blueprintId)CharacterIndustryJobsResponseblueprintLocationId(Long blueprintLocationId)CharacterIndustryJobsResponseblueprintTypeId(Integer blueprintTypeId)CharacterIndustryJobsResponsecompletedCharacterId(Integer completedCharacterId)CharacterIndustryJobsResponsecompletedDate(java.time.OffsetDateTime completedDate)CharacterIndustryJobsResponsecost(Double cost)CharacterIndustryJobsResponseduration(Integer duration)CharacterIndustryJobsResponseendDate(java.time.OffsetDateTime endDate)booleanequals(Object o)CharacterIndustryJobsResponsefacilityId(Long facilityId)IntegergetActivityId()Job activity IDLonggetBlueprintId()blueprint_id integerLonggetBlueprintLocationId()Location ID of the location from which the blueprint was installed.IntegergetBlueprintTypeId()blueprint_type_id integerIntegergetCompletedCharacterId()ID of the character which completed this jobjava.time.OffsetDateTimegetCompletedDate()Date and time when this job was completedDoublegetCost()The sume of job installation fee and industry facility taxIntegergetDuration()Job duration in secondsjava.time.OffsetDateTimegetEndDate()Date and time when this job finishedLonggetFacilityId()ID of the facility where this job is runningIntegergetInstallerId()ID of the character which installed this jobIntegergetJobId()Unique job IDIntegergetLicensedRuns()Number of runs blueprint is licensed forLonggetOutputLocationId()Location ID of the location to which the output of the job will be delivered.java.time.OffsetDateTimegetPauseDate()Date and time when this job was paused (i.e. time when the facility where this job was installed went offline)FloatgetProbability()Chance of success for inventionIntegergetProductTypeId()Type ID of product (manufactured, copied or invented)IntegergetRuns()Number of runs for a manufacturing job, or number of copies to make for a blueprint copyjava.time.OffsetDateTimegetStartDate()Date and time when this job startedLonggetStationId()ID of the station where industry facility is locatedCharacterIndustryJobsResponse.StatusEnumgetStatus()status stringStringgetStatusString()IntegergetSuccessfulRuns()Number of successful runs for this job.inthashCode()CharacterIndustryJobsResponseinstallerId(Integer installerId)CharacterIndustryJobsResponsejobId(Integer jobId)CharacterIndustryJobsResponselicensedRuns(Integer licensedRuns)CharacterIndustryJobsResponseoutputLocationId(Long outputLocationId)CharacterIndustryJobsResponsepauseDate(java.time.OffsetDateTime pauseDate)CharacterIndustryJobsResponseprobability(Float probability)CharacterIndustryJobsResponseproductTypeId(Integer productTypeId)CharacterIndustryJobsResponseruns(Integer runs)voidsetActivityId(Integer activityId)voidsetBlueprintId(Long blueprintId)voidsetBlueprintLocationId(Long blueprintLocationId)voidsetBlueprintTypeId(Integer blueprintTypeId)voidsetCompletedCharacterId(Integer completedCharacterId)voidsetCompletedDate(java.time.OffsetDateTime completedDate)voidsetCost(Double cost)voidsetDuration(Integer duration)voidsetEndDate(java.time.OffsetDateTime endDate)voidsetFacilityId(Long facilityId)voidsetInstallerId(Integer installerId)voidsetJobId(Integer jobId)voidsetLicensedRuns(Integer licensedRuns)voidsetOutputLocationId(Long outputLocationId)voidsetPauseDate(java.time.OffsetDateTime pauseDate)voidsetProbability(Float probability)voidsetProductTypeId(Integer productTypeId)voidsetRuns(Integer runs)voidsetStartDate(java.time.OffsetDateTime startDate)voidsetStationId(Long stationId)voidsetStatus(CharacterIndustryJobsResponse.StatusEnum statusEnum)voidsetStatusString(String status)voidsetSuccessfulRuns(Integer successfulRuns)CharacterIndustryJobsResponsestartDate(java.time.OffsetDateTime startDate)CharacterIndustryJobsResponsestationId(Long stationId)CharacterIndustryJobsResponsestatus(CharacterIndustryJobsResponse.StatusEnum statusEnum)CharacterIndustryJobsResponsestatusString(String status)CharacterIndustryJobsResponsesuccessfulRuns(Integer successfulRuns)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ACTIVITY_ID
public static final String SERIALIZED_NAME_ACTIVITY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BLUEPRINT_ID
public static final String SERIALIZED_NAME_BLUEPRINT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BLUEPRINT_LOCATION_ID
public static final String SERIALIZED_NAME_BLUEPRINT_LOCATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BLUEPRINT_TYPE_ID
public static final String SERIALIZED_NAME_BLUEPRINT_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMPLETED_CHARACTER_ID
public static final String SERIALIZED_NAME_COMPLETED_CHARACTER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMPLETED_DATE
public static final String SERIALIZED_NAME_COMPLETED_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COST
public static final String SERIALIZED_NAME_COST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DURATION
public static final String SERIALIZED_NAME_DURATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_END_DATE
public static final String SERIALIZED_NAME_END_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACILITY_ID
public static final String SERIALIZED_NAME_FACILITY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INSTALLER_ID
public static final String SERIALIZED_NAME_INSTALLER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOB_ID
public static final String SERIALIZED_NAME_JOB_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LICENSED_RUNS
public static final String SERIALIZED_NAME_LICENSED_RUNS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OUTPUT_LOCATION_ID
public static final String SERIALIZED_NAME_OUTPUT_LOCATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PAUSE_DATE
public static final String SERIALIZED_NAME_PAUSE_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROBABILITY
public static final String SERIALIZED_NAME_PROBABILITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRODUCT_TYPE_ID
public static final String SERIALIZED_NAME_PRODUCT_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RUNS
public static final String SERIALIZED_NAME_RUNS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_START_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATION_ID
public static final String SERIALIZED_NAME_STATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUCCESSFUL_RUNS
public static final String SERIALIZED_NAME_SUCCESSFUL_RUNS
- See Also:
- Constant Field Values
-
-
Method Detail
-
activityId
public CharacterIndustryJobsResponse activityId(Integer activityId)
-
getActivityId
public Integer getActivityId()
Job activity ID- Returns:
- activityId
-
setActivityId
public void setActivityId(Integer activityId)
-
blueprintId
public CharacterIndustryJobsResponse blueprintId(Long blueprintId)
-
getBlueprintId
public Long getBlueprintId()
blueprint_id integer- Returns:
- blueprintId
-
setBlueprintId
public void setBlueprintId(Long blueprintId)
-
blueprintLocationId
public CharacterIndustryJobsResponse blueprintLocationId(Long blueprintLocationId)
-
getBlueprintLocationId
public Long getBlueprintLocationId()
Location ID of the location from which the blueprint was installed. Normally a station ID, but can also be an asset (e.g. container) or corporation facility- Returns:
- blueprintLocationId
-
setBlueprintLocationId
public void setBlueprintLocationId(Long blueprintLocationId)
-
blueprintTypeId
public CharacterIndustryJobsResponse blueprintTypeId(Integer blueprintTypeId)
-
getBlueprintTypeId
public Integer getBlueprintTypeId()
blueprint_type_id integer- Returns:
- blueprintTypeId
-
setBlueprintTypeId
public void setBlueprintTypeId(Integer blueprintTypeId)
-
completedCharacterId
public CharacterIndustryJobsResponse completedCharacterId(Integer completedCharacterId)
-
getCompletedCharacterId
@Nullable public Integer getCompletedCharacterId()
ID of the character which completed this job- Returns:
- completedCharacterId
-
setCompletedCharacterId
public void setCompletedCharacterId(Integer completedCharacterId)
-
completedDate
public CharacterIndustryJobsResponse completedDate(java.time.OffsetDateTime completedDate)
-
getCompletedDate
@Nullable public java.time.OffsetDateTime getCompletedDate()
Date and time when this job was completed- Returns:
- completedDate
-
setCompletedDate
public void setCompletedDate(java.time.OffsetDateTime completedDate)
-
cost
public CharacterIndustryJobsResponse cost(Double cost)
-
getCost
@Nullable public Double getCost()
The sume of job installation fee and industry facility tax- Returns:
- cost
-
setCost
public void setCost(Double cost)
-
duration
public CharacterIndustryJobsResponse duration(Integer duration)
-
getDuration
public Integer getDuration()
Job duration in seconds- Returns:
- duration
-
setDuration
public void setDuration(Integer duration)
-
endDate
public CharacterIndustryJobsResponse endDate(java.time.OffsetDateTime endDate)
-
getEndDate
public java.time.OffsetDateTime getEndDate()
Date and time when this job finished- Returns:
- endDate
-
setEndDate
public void setEndDate(java.time.OffsetDateTime endDate)
-
facilityId
public CharacterIndustryJobsResponse facilityId(Long facilityId)
-
getFacilityId
public Long getFacilityId()
ID of the facility where this job is running- Returns:
- facilityId
-
setFacilityId
public void setFacilityId(Long facilityId)
-
installerId
public CharacterIndustryJobsResponse installerId(Integer installerId)
-
getInstallerId
public Integer getInstallerId()
ID of the character which installed this job- Returns:
- installerId
-
setInstallerId
public void setInstallerId(Integer installerId)
-
jobId
public CharacterIndustryJobsResponse jobId(Integer jobId)
-
getJobId
public Integer getJobId()
Unique job ID- Returns:
- jobId
-
setJobId
public void setJobId(Integer jobId)
-
licensedRuns
public CharacterIndustryJobsResponse licensedRuns(Integer licensedRuns)
-
getLicensedRuns
@Nullable public Integer getLicensedRuns()
Number of runs blueprint is licensed for- Returns:
- licensedRuns
-
setLicensedRuns
public void setLicensedRuns(Integer licensedRuns)
-
outputLocationId
public CharacterIndustryJobsResponse outputLocationId(Long outputLocationId)
-
getOutputLocationId
public Long getOutputLocationId()
Location ID of the location to which the output of the job will be delivered. Normally a station ID, but can also be a corporation facility- Returns:
- outputLocationId
-
setOutputLocationId
public void setOutputLocationId(Long outputLocationId)
-
pauseDate
public CharacterIndustryJobsResponse pauseDate(java.time.OffsetDateTime pauseDate)
-
getPauseDate
@Nullable public java.time.OffsetDateTime getPauseDate()
Date and time when this job was paused (i.e. time when the facility where this job was installed went offline)- Returns:
- pauseDate
-
setPauseDate
public void setPauseDate(java.time.OffsetDateTime pauseDate)
-
probability
public CharacterIndustryJobsResponse probability(Float probability)
-
getProbability
@Nullable public Float getProbability()
Chance of success for invention- Returns:
- probability
-
setProbability
public void setProbability(Float probability)
-
productTypeId
public CharacterIndustryJobsResponse productTypeId(Integer productTypeId)
-
getProductTypeId
@Nullable public Integer getProductTypeId()
Type ID of product (manufactured, copied or invented)- Returns:
- productTypeId
-
setProductTypeId
public void setProductTypeId(Integer productTypeId)
-
runs
public CharacterIndustryJobsResponse runs(Integer runs)
-
getRuns
public Integer getRuns()
Number of runs for a manufacturing job, or number of copies to make for a blueprint copy- Returns:
- runs
-
setRuns
public void setRuns(Integer runs)
-
startDate
public CharacterIndustryJobsResponse startDate(java.time.OffsetDateTime startDate)
-
getStartDate
public java.time.OffsetDateTime getStartDate()
Date and time when this job started- Returns:
- startDate
-
setStartDate
public void setStartDate(java.time.OffsetDateTime startDate)
-
stationId
public CharacterIndustryJobsResponse stationId(Long stationId)
-
getStationId
public Long getStationId()
ID of the station where industry facility is located- Returns:
- stationId
-
setStationId
public void setStationId(Long stationId)
-
status
public CharacterIndustryJobsResponse status(CharacterIndustryJobsResponse.StatusEnum statusEnum)
-
statusString
public CharacterIndustryJobsResponse statusString(String status)
-
getStatus
public CharacterIndustryJobsResponse.StatusEnum getStatus()
status string- Returns:
- status
-
getStatusString
public String getStatusString()
-
setStatus
public void setStatus(CharacterIndustryJobsResponse.StatusEnum statusEnum)
-
setStatusString
public void setStatusString(String status)
-
successfulRuns
public CharacterIndustryJobsResponse successfulRuns(Integer successfulRuns)
-
getSuccessfulRuns
@Nullable public Integer getSuccessfulRuns()
Number of successful runs for this job. Equal to runs unless this is an invention job- Returns:
- successfulRuns
-
setSuccessfulRuns
public void setSuccessfulRuns(Integer successfulRuns)
-
-