public class CorporationIndustryJobsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationIndustryJobsResponse.StatusEnum
status string
|
| Constructor and Description |
|---|
CorporationIndustryJobsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CorporationIndustryJobsResponse |
activityId(Integer activityId) |
CorporationIndustryJobsResponse |
blueprintId(Long blueprintId) |
CorporationIndustryJobsResponse |
blueprintLocationId(Long blueprintLocationId) |
CorporationIndustryJobsResponse |
blueprintTypeId(Integer blueprintTypeId) |
CorporationIndustryJobsResponse |
completedCharacterId(Integer completedCharacterId) |
CorporationIndustryJobsResponse |
completedDate(java.time.OffsetDateTime completedDate) |
CorporationIndustryJobsResponse |
cost(Float cost) |
CorporationIndustryJobsResponse |
duration(Integer duration) |
CorporationIndustryJobsResponse |
endDate(java.time.OffsetDateTime endDate) |
boolean |
equals(Object o) |
CorporationIndustryJobsResponse |
facilityId(Long facilityId) |
Integer |
getActivityId()
Job activity ID
|
Long |
getBlueprintId()
blueprint_id integer
|
Long |
getBlueprintLocationId()
Location ID of the location from which the blueprint was installed.
|
Integer |
getBlueprintTypeId()
blueprint_type_id integer
|
Integer |
getCompletedCharacterId()
ID of the character which completed this job
|
java.time.OffsetDateTime |
getCompletedDate()
Date and time when this job was completed
|
Float |
getCost()
The sume of job installation fee and industry facility tax
|
Integer |
getDuration()
Job duration in seconds
|
java.time.OffsetDateTime |
getEndDate()
Date and time when this job finished
|
Long |
getFacilityId()
ID of the facility where this job is running
|
Integer |
getInstallerId()
ID of the character which installed this job
|
Integer |
getJobId()
Unique job ID
|
Integer |
getLicensedRuns()
Number of runs blueprint is licensed for
|
Long |
getLocationId()
ID of the location for the industry facility
|
Long |
getOutputLocationId()
Location ID of the location to which the output of the job will be
delivered.
|
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)
|
Float |
getProbability()
Chance of success for invention
|
Integer |
getProductTypeId()
Type ID of product (manufactured, copied or invented)
|
Integer |
getRuns()
Number of runs for a manufacturing job, or number of copies to make for a
blueprint copy
|
java.time.OffsetDateTime |
getStartDate()
Date and time when this job started
|
CorporationIndustryJobsResponse.StatusEnum |
getStatus()
status string
|
Integer |
getSuccessfulRuns()
Number of successful runs for this job.
|
int |
hashCode() |
CorporationIndustryJobsResponse |
installerId(Integer installerId) |
CorporationIndustryJobsResponse |
jobId(Integer jobId) |
CorporationIndustryJobsResponse |
licensedRuns(Integer licensedRuns) |
CorporationIndustryJobsResponse |
locationId(Long locationId) |
CorporationIndustryJobsResponse |
outputLocationId(Long outputLocationId) |
CorporationIndustryJobsResponse |
pauseDate(java.time.OffsetDateTime pauseDate) |
CorporationIndustryJobsResponse |
probability(Float probability) |
CorporationIndustryJobsResponse |
productTypeId(Integer productTypeId) |
CorporationIndustryJobsResponse |
runs(Integer runs) |
void |
setActivityId(Integer activityId) |
void |
setBlueprintId(Long blueprintId) |
void |
setBlueprintLocationId(Long blueprintLocationId) |
void |
setBlueprintTypeId(Integer blueprintTypeId) |
void |
setCompletedCharacterId(Integer completedCharacterId) |
void |
setCompletedDate(java.time.OffsetDateTime completedDate) |
void |
setCost(Float cost) |
void |
setDuration(Integer duration) |
void |
setEndDate(java.time.OffsetDateTime endDate) |
void |
setFacilityId(Long facilityId) |
void |
setInstallerId(Integer installerId) |
void |
setJobId(Integer jobId) |
void |
setLicensedRuns(Integer licensedRuns) |
void |
setLocationId(Long locationId) |
void |
setOutputLocationId(Long outputLocationId) |
void |
setPauseDate(java.time.OffsetDateTime pauseDate) |
void |
setProbability(Float probability) |
void |
setProductTypeId(Integer productTypeId) |
void |
setRuns(Integer runs) |
void |
setStartDate(java.time.OffsetDateTime startDate) |
void |
setStatus(CorporationIndustryJobsResponse.StatusEnum status) |
void |
setSuccessfulRuns(Integer successfulRuns) |
CorporationIndustryJobsResponse |
startDate(java.time.OffsetDateTime startDate) |
CorporationIndustryJobsResponse |
status(CorporationIndustryJobsResponse.StatusEnum status) |
CorporationIndustryJobsResponse |
successfulRuns(Integer successfulRuns) |
String |
toString() |
public CorporationIndustryJobsResponse activityId(Integer activityId)
public Integer getActivityId()
public void setActivityId(Integer activityId)
public CorporationIndustryJobsResponse blueprintId(Long blueprintId)
public Long getBlueprintId()
public void setBlueprintId(Long blueprintId)
public CorporationIndustryJobsResponse blueprintLocationId(Long blueprintLocationId)
public Long getBlueprintLocationId()
public void setBlueprintLocationId(Long blueprintLocationId)
public CorporationIndustryJobsResponse blueprintTypeId(Integer blueprintTypeId)
public Integer getBlueprintTypeId()
public void setBlueprintTypeId(Integer blueprintTypeId)
public CorporationIndustryJobsResponse completedCharacterId(Integer completedCharacterId)
public Integer getCompletedCharacterId()
public void setCompletedCharacterId(Integer completedCharacterId)
public CorporationIndustryJobsResponse completedDate(java.time.OffsetDateTime completedDate)
public java.time.OffsetDateTime getCompletedDate()
public void setCompletedDate(java.time.OffsetDateTime completedDate)
public CorporationIndustryJobsResponse cost(Float cost)
public Float getCost()
public void setCost(Float cost)
public CorporationIndustryJobsResponse duration(Integer duration)
public Integer getDuration()
public void setDuration(Integer duration)
public CorporationIndustryJobsResponse endDate(java.time.OffsetDateTime endDate)
public java.time.OffsetDateTime getEndDate()
public void setEndDate(java.time.OffsetDateTime endDate)
public CorporationIndustryJobsResponse facilityId(Long facilityId)
public Long getFacilityId()
public void setFacilityId(Long facilityId)
public CorporationIndustryJobsResponse installerId(Integer installerId)
public Integer getInstallerId()
public void setInstallerId(Integer installerId)
public CorporationIndustryJobsResponse jobId(Integer jobId)
public Integer getJobId()
public void setJobId(Integer jobId)
public CorporationIndustryJobsResponse licensedRuns(Integer licensedRuns)
public Integer getLicensedRuns()
public void setLicensedRuns(Integer licensedRuns)
public CorporationIndustryJobsResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CorporationIndustryJobsResponse outputLocationId(Long outputLocationId)
public Long getOutputLocationId()
public void setOutputLocationId(Long outputLocationId)
public CorporationIndustryJobsResponse pauseDate(java.time.OffsetDateTime pauseDate)
public java.time.OffsetDateTime getPauseDate()
public void setPauseDate(java.time.OffsetDateTime pauseDate)
public CorporationIndustryJobsResponse probability(Float probability)
public Float getProbability()
public void setProbability(Float probability)
public CorporationIndustryJobsResponse productTypeId(Integer productTypeId)
public Integer getProductTypeId()
public void setProductTypeId(Integer productTypeId)
public CorporationIndustryJobsResponse runs(Integer runs)
public Integer getRuns()
public void setRuns(Integer runs)
public CorporationIndustryJobsResponse startDate(java.time.OffsetDateTime startDate)
public java.time.OffsetDateTime getStartDate()
public void setStartDate(java.time.OffsetDateTime startDate)
public CorporationIndustryJobsResponse status(CorporationIndustryJobsResponse.StatusEnum status)
public CorporationIndustryJobsResponse.StatusEnum getStatus()
public void setStatus(CorporationIndustryJobsResponse.StatusEnum status)
public CorporationIndustryJobsResponse successfulRuns(Integer successfulRuns)
public Integer getSuccessfulRuns()
public void setSuccessfulRuns(Integer successfulRuns)
Copyright © 2017. All Rights Reserved.