public class CharacterIndustryJobsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterIndustryJobsResponse.StatusEnum
status string
|
| Constructor and Description |
|---|
CharacterIndustryJobsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CharacterIndustryJobsResponse |
activityId(Integer activityId) |
CharacterIndustryJobsResponse |
blueprintId(Long blueprintId) |
CharacterIndustryJobsResponse |
blueprintLocationId(Long blueprintLocationId) |
CharacterIndustryJobsResponse |
blueprintTypeId(Integer blueprintTypeId) |
CharacterIndustryJobsResponse |
completedCharacterId(Integer completedCharacterId) |
CharacterIndustryJobsResponse |
completedDate(java.time.OffsetDateTime completedDate) |
CharacterIndustryJobsResponse |
cost(Double cost) |
CharacterIndustryJobsResponse |
duration(Integer duration) |
CharacterIndustryJobsResponse |
endDate(java.time.OffsetDateTime endDate) |
boolean |
equals(Object o) |
CharacterIndustryJobsResponse |
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
|
Double |
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 |
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
|
Long |
getStationId()
ID of the station where industry facility is located
|
CharacterIndustryJobsResponse.StatusEnum |
getStatus()
status string
|
Integer |
getSuccessfulRuns()
Number of successful runs for this job.
|
int |
hashCode() |
CharacterIndustryJobsResponse |
installerId(Integer installerId) |
CharacterIndustryJobsResponse |
jobId(Integer jobId) |
CharacterIndustryJobsResponse |
licensedRuns(Integer licensedRuns) |
CharacterIndustryJobsResponse |
outputLocationId(Long outputLocationId) |
CharacterIndustryJobsResponse |
pauseDate(java.time.OffsetDateTime pauseDate) |
CharacterIndustryJobsResponse |
probability(Float probability) |
CharacterIndustryJobsResponse |
productTypeId(Integer productTypeId) |
CharacterIndustryJobsResponse |
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(Double 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 |
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 |
setStationId(Long stationId) |
void |
setStatus(CharacterIndustryJobsResponse.StatusEnum status) |
void |
setSuccessfulRuns(Integer successfulRuns) |
CharacterIndustryJobsResponse |
startDate(java.time.OffsetDateTime startDate) |
CharacterIndustryJobsResponse |
stationId(Long stationId) |
CharacterIndustryJobsResponse |
status(CharacterIndustryJobsResponse.StatusEnum status) |
CharacterIndustryJobsResponse |
successfulRuns(Integer successfulRuns) |
String |
toString() |
public CharacterIndustryJobsResponse activityId(Integer activityId)
public Integer getActivityId()
public void setActivityId(Integer activityId)
public CharacterIndustryJobsResponse blueprintId(Long blueprintId)
public Long getBlueprintId()
public void setBlueprintId(Long blueprintId)
public CharacterIndustryJobsResponse blueprintLocationId(Long blueprintLocationId)
public Long getBlueprintLocationId()
public void setBlueprintLocationId(Long blueprintLocationId)
public CharacterIndustryJobsResponse blueprintTypeId(Integer blueprintTypeId)
public Integer getBlueprintTypeId()
public void setBlueprintTypeId(Integer blueprintTypeId)
public CharacterIndustryJobsResponse completedCharacterId(Integer completedCharacterId)
public Integer getCompletedCharacterId()
public void setCompletedCharacterId(Integer completedCharacterId)
public CharacterIndustryJobsResponse completedDate(java.time.OffsetDateTime completedDate)
public java.time.OffsetDateTime getCompletedDate()
public void setCompletedDate(java.time.OffsetDateTime completedDate)
public CharacterIndustryJobsResponse cost(Double cost)
public Double getCost()
public void setCost(Double cost)
public CharacterIndustryJobsResponse duration(Integer duration)
public Integer getDuration()
public void setDuration(Integer duration)
public CharacterIndustryJobsResponse endDate(java.time.OffsetDateTime endDate)
public java.time.OffsetDateTime getEndDate()
public void setEndDate(java.time.OffsetDateTime endDate)
public CharacterIndustryJobsResponse facilityId(Long facilityId)
public Long getFacilityId()
public void setFacilityId(Long facilityId)
public CharacterIndustryJobsResponse installerId(Integer installerId)
public Integer getInstallerId()
public void setInstallerId(Integer installerId)
public CharacterIndustryJobsResponse jobId(Integer jobId)
public Integer getJobId()
public void setJobId(Integer jobId)
public CharacterIndustryJobsResponse licensedRuns(Integer licensedRuns)
public Integer getLicensedRuns()
public void setLicensedRuns(Integer licensedRuns)
public CharacterIndustryJobsResponse outputLocationId(Long outputLocationId)
public Long getOutputLocationId()
public void setOutputLocationId(Long outputLocationId)
public CharacterIndustryJobsResponse pauseDate(java.time.OffsetDateTime pauseDate)
public java.time.OffsetDateTime getPauseDate()
public void setPauseDate(java.time.OffsetDateTime pauseDate)
public CharacterIndustryJobsResponse probability(Float probability)
public Float getProbability()
public void setProbability(Float probability)
public CharacterIndustryJobsResponse productTypeId(Integer productTypeId)
public Integer getProductTypeId()
public void setProductTypeId(Integer productTypeId)
public CharacterIndustryJobsResponse runs(Integer runs)
public Integer getRuns()
public void setRuns(Integer runs)
public CharacterIndustryJobsResponse startDate(java.time.OffsetDateTime startDate)
public java.time.OffsetDateTime getStartDate()
public void setStartDate(java.time.OffsetDateTime startDate)
public CharacterIndustryJobsResponse stationId(Long stationId)
public Long getStationId()
public void setStationId(Long stationId)
public CharacterIndustryJobsResponse status(CharacterIndustryJobsResponse.StatusEnum status)
public CharacterIndustryJobsResponse.StatusEnum getStatus()
public void setStatus(CharacterIndustryJobsResponse.StatusEnum status)
public CharacterIndustryJobsResponse successfulRuns(Integer successfulRuns)
public Integer getSuccessfulRuns()
public void setSuccessfulRuns(Integer successfulRuns)
Copyright © 2018. All Rights Reserved.