@Beta public class InlineResponse2001 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InlineResponse2001.StatusEnum
The status of the job.
|
Constructor and Description |
---|
InlineResponse2001() |
Modifier and Type | Method and Description |
---|---|
InlineResponse2001 |
details(Object details)
Set the details of this
InlineResponse2001 instance and return the same instance. |
boolean |
equals(Object o) |
InlineResponse2001 |
error(InlineResponse2001Error error)
Set the error of this
InlineResponse2001 instance and return the same instance. |
Object |
getDetails()
The details of the job.
|
InlineResponse2001Error |
getError()
Get error
|
InlineResponse2001.StatusEnum |
getStatus()
The status of the job.
|
int |
hashCode() |
void |
setDetails(Object details)
Set the details of this
InlineResponse2001 instance. |
void |
setError(InlineResponse2001Error error)
Set the error of this
InlineResponse2001 instance. |
void |
setStatus(InlineResponse2001.StatusEnum status)
Set the status of this
InlineResponse2001 instance. |
InlineResponse2001 |
status(InlineResponse2001.StatusEnum status)
Set the status of this
InlineResponse2001 instance and return the same instance. |
String |
toString() |
@Nonnull public InlineResponse2001 status(@Nonnull InlineResponse2001.StatusEnum status)
InlineResponse2001
instance and return the same instance.status
- The status of the job.InlineResponse2001
class@Nonnull public InlineResponse2001.StatusEnum getStatus()
InlineResponse2001
instance.public void setStatus(@Nonnull InlineResponse2001.StatusEnum status)
InlineResponse2001
instance.status
- The status of the job.@Nonnull public InlineResponse2001 details(@Nonnull Object details)
InlineResponse2001
instance and return the same instance.details
- The details of the job.InlineResponse2001
class@Nonnull public Object getDetails()
InlineResponse2001
instance.public void setDetails(@Nonnull Object details)
InlineResponse2001
instance.details
- The details of the job.@Nonnull public InlineResponse2001 error(@Nonnull InlineResponse2001Error error)
InlineResponse2001
instance and return the same instance.error
- The error of this InlineResponse2001
InlineResponse2001
class@Nonnull public InlineResponse2001Error getError()
InlineResponse2001
instance.public void setError(@Nonnull InlineResponse2001Error error)
InlineResponse2001
instance.error
- The error of this InlineResponse2001
Copyright © 2020 SAP SE. All rights reserved.