public class CreateOrderTrackingInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateOrderTrackingInput.Builder
Class to build instances of
CreateOrderTrackingInput. |
| Constructor and Description |
|---|
CreateOrderTrackingInput()
Default constructor.
|
CreateOrderTrackingInput(String id,
String contentType,
OrderTrackerRequest body,
String paypalAuthAssertion)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OrderTrackerRequest |
getBody()
Getter for Body.
|
String |
getContentType()
Getter for ContentType.
|
String |
getId()
Getter for Id.
|
String |
getPaypalAuthAssertion()
Getter for PaypalAuthAssertion.
|
void |
setBody(OrderTrackerRequest body)
Setter for Body.
|
void |
setId(String id)
Setter for Id.
|
void |
setPaypalAuthAssertion(String paypalAuthAssertion)
Setter for PaypalAuthAssertion.
|
CreateOrderTrackingInput.Builder |
toBuilder()
Builds a new
CreateOrderTrackingInput.Builder object. |
String |
toString()
Converts this CreateOrderTrackingInput into string format.
|
public CreateOrderTrackingInput()
public CreateOrderTrackingInput(String id, String contentType, OrderTrackerRequest body, String paypalAuthAssertion)
id - String value for id.contentType - String value for contentType.body - OrderTrackerRequest value for body.paypalAuthAssertion - String value for paypalAuthAssertion.public String getId()
public void setId(String id)
id - Value for Stringpublic String getContentType()
public OrderTrackerRequest getBody()
public void setBody(OrderTrackerRequest body)
body - Value for OrderTrackerRequestpublic String getPaypalAuthAssertion()
public void setPaypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - Value for Stringpublic String toString()
public CreateOrderTrackingInput.Builder toBuilder()
CreateOrderTrackingInput.Builder object.
Creates the instance with the state of the current model.CreateOrderTrackingInput.Builder objectCopyright © 2025. All rights reserved.