public class BatchJob extends Object implements Serializable
Java class for BatchJobComplexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchJobComplexType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{}UuidType"/>
<element name="Type" type="{}BatchJobTypeEnum"/>
<element name="TargetId" type="{}UuidType"/>
<element name="Status" type="{}BatchStatusEnum"/>
<element name="Depends" type="{}UuidType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
depends |
protected String |
id |
protected BatchStatusEnum |
status |
protected String |
targetId |
protected BatchJobTypeEnum |
type |
| Constructor and Description |
|---|
BatchJob() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDepends()
Gets the value of the depends property.
|
String |
getId()
Gets the value of the id property.
|
BatchStatusEnum |
getStatus()
Gets the value of the status property.
|
String |
getTargetId()
Gets the value of the targetId property.
|
BatchJobTypeEnum |
getType()
Gets the value of the type property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setStatus(BatchStatusEnum value)
Sets the value of the status property.
|
void |
setTargetId(String value)
Sets the value of the targetId property.
|
void |
setType(BatchJobTypeEnum value)
Sets the value of the type property.
|
BatchJob |
withDepends(Collection<String> values) |
BatchJob |
withDepends(String... values) |
BatchJob |
withId(String value) |
BatchJob |
withStatus(BatchStatusEnum value) |
BatchJob |
withTargetId(String value) |
BatchJob |
withType(BatchJobTypeEnum value) |
protected String id
protected BatchJobTypeEnum type
protected String targetId
protected BatchStatusEnum status
public void setId(String value)
value - allowed object is
Stringpublic BatchJobTypeEnum getType()
BatchJobTypeEnumpublic void setType(BatchJobTypeEnum value)
value - allowed object is
BatchJobTypeEnumpublic String getTargetId()
Stringpublic void setTargetId(String value)
value - allowed object is
Stringpublic BatchStatusEnum getStatus()
BatchStatusEnumpublic void setStatus(BatchStatusEnum value)
value - allowed object is
BatchStatusEnumpublic List<String> getDepends()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the depends property.
For example, to add a new item, do as follows:
getDepends().add(newItem);
Objects of the following type(s) are allowed in the list
String
public BatchJob withType(BatchJobTypeEnum value)
public BatchJob withStatus(BatchStatusEnum value)
public BatchJob withDepends(Collection<String> values)
Copyright © 2021. All rights reserved.