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