public class InlineResponse2022 extends Object
| Constructor and Description |
|---|
InlineResponse2022() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2022 |
batchId(String batchId) |
InlineResponse2022 |
batchItemCount(Integer batchItemCount) |
boolean |
equals(Object o) |
String |
getBatchId()
Unique identification number assigned to the submitted request.
|
Integer |
getBatchItemCount()
Get batchItemCount
|
InlineResponse2022Links |
getLinks()
Get links
|
int |
hashCode() |
InlineResponse2022 |
links(InlineResponse2022Links links) |
void |
setBatchId(String batchId) |
void |
setBatchItemCount(Integer batchItemCount) |
void |
setLinks(InlineResponse2022Links links) |
String |
toString() |
public InlineResponse2022 links(InlineResponse2022Links links)
public InlineResponse2022Links getLinks()
public void setLinks(InlineResponse2022Links links)
public InlineResponse2022 batchId(String batchId)
public String getBatchId()
public void setBatchId(String batchId)
public InlineResponse2022 batchItemCount(Integer batchItemCount)
public Integer getBatchItemCount()
public void setBatchItemCount(Integer batchItemCount)
Copyright © 2023. All rights reserved.