public class CorporationIndustryJobsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationIndustryJobsResponse.StatusEnum
status string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACTIVITY_ID |
static String |
SERIALIZED_NAME_BLUEPRINT_ID |
static String |
SERIALIZED_NAME_BLUEPRINT_LOCATION_ID |
static String |
SERIALIZED_NAME_BLUEPRINT_TYPE_ID |
static String |
SERIALIZED_NAME_COMPLETED_CHARACTER_ID |
static String |
SERIALIZED_NAME_COMPLETED_DATE |
static String |
SERIALIZED_NAME_COST |
static String |
SERIALIZED_NAME_DURATION |
static String |
SERIALIZED_NAME_END_DATE |
static String |
SERIALIZED_NAME_FACILITY_ID |
static String |
SERIALIZED_NAME_INSTALLER_ID |
static String |
SERIALIZED_NAME_JOB_ID |
static String |
SERIALIZED_NAME_LICENSED_RUNS |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_OUTPUT_LOCATION_ID |
static String |
SERIALIZED_NAME_PAUSE_DATE |
static String |
SERIALIZED_NAME_PROBABILITY |
static String |
SERIALIZED_NAME_PRODUCT_TYPE_ID |
static String |
SERIALIZED_NAME_RUNS |
static String |
SERIALIZED_NAME_START_DATE |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_SUCCESSFUL_RUNS |
| 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(Double 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
|
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 |
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
|
String |
getStatusString() |
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(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 |
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 statusEnum) |
void |
setStatusString(String status) |
void |
setSuccessfulRuns(Integer successfulRuns) |
CorporationIndustryJobsResponse |
startDate(java.time.OffsetDateTime startDate) |
CorporationIndustryJobsResponse |
status(CorporationIndustryJobsResponse.StatusEnum statusEnum) |
CorporationIndustryJobsResponse |
statusString(String status) |
CorporationIndustryJobsResponse |
successfulRuns(Integer successfulRuns) |
String |
toString() |
public static final String SERIALIZED_NAME_ACTIVITY_ID
public static final String SERIALIZED_NAME_BLUEPRINT_ID
public static final String SERIALIZED_NAME_BLUEPRINT_LOCATION_ID
public static final String SERIALIZED_NAME_BLUEPRINT_TYPE_ID
public static final String SERIALIZED_NAME_COMPLETED_CHARACTER_ID
public static final String SERIALIZED_NAME_COMPLETED_DATE
public static final String SERIALIZED_NAME_COST
public static final String SERIALIZED_NAME_DURATION
public static final String SERIALIZED_NAME_END_DATE
public static final String SERIALIZED_NAME_FACILITY_ID
public static final String SERIALIZED_NAME_INSTALLER_ID
public static final String SERIALIZED_NAME_JOB_ID
public static final String SERIALIZED_NAME_LICENSED_RUNS
public static final String SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_OUTPUT_LOCATION_ID
public static final String SERIALIZED_NAME_PAUSE_DATE
public static final String SERIALIZED_NAME_PROBABILITY
public static final String SERIALIZED_NAME_PRODUCT_TYPE_ID
public static final String SERIALIZED_NAME_RUNS
public static final String SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_SUCCESSFUL_RUNS
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)
@Nullable public Integer getCompletedCharacterId()
public void setCompletedCharacterId(Integer completedCharacterId)
public CorporationIndustryJobsResponse completedDate(java.time.OffsetDateTime completedDate)
@Nullable public java.time.OffsetDateTime getCompletedDate()
public void setCompletedDate(java.time.OffsetDateTime completedDate)
public CorporationIndustryJobsResponse cost(Double cost)
@Nullable public Double getCost()
public void setCost(Double 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)
@Nullable 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)
@Nullable public java.time.OffsetDateTime getPauseDate()
public void setPauseDate(java.time.OffsetDateTime pauseDate)
public CorporationIndustryJobsResponse probability(Float probability)
@Nullable public Float getProbability()
public void setProbability(Float probability)
public CorporationIndustryJobsResponse productTypeId(Integer productTypeId)
@Nullable 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 statusEnum)
public CorporationIndustryJobsResponse statusString(String status)
public CorporationIndustryJobsResponse.StatusEnum getStatus()
public String getStatusString()
public void setStatus(CorporationIndustryJobsResponse.StatusEnum statusEnum)
public void setStatusString(String status)
public CorporationIndustryJobsResponse successfulRuns(Integer successfulRuns)
@Nullable public Integer getSuccessfulRuns()
public void setSuccessfulRuns(Integer successfulRuns)
Copyright © 2021. All Rights Reserved.