public class GetOrderInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOrderInput.Builder
Class to build instances of
GetOrderInput. |
| Constructor and Description |
|---|
GetOrderInput()
Default constructor.
|
GetOrderInput(String id,
String paypalMockResponse,
String paypalAuthAssertion,
String fields)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFields()
Getter for Fields.
|
String |
getId()
Getter for Id.
|
String |
getPaypalAuthAssertion()
Getter for PaypalAuthAssertion.
|
String |
getPaypalMockResponse()
Getter for PaypalMockResponse.
|
void |
setFields(String fields)
Setter for Fields.
|
void |
setId(String id)
Setter for Id.
|
void |
setPaypalAuthAssertion(String paypalAuthAssertion)
Setter for PaypalAuthAssertion.
|
void |
setPaypalMockResponse(String paypalMockResponse)
Setter for PaypalMockResponse.
|
GetOrderInput.Builder |
toBuilder()
Builds a new
GetOrderInput.Builder object. |
String |
toString()
Converts this GetOrderInput into string format.
|
public GetOrderInput()
public GetOrderInput(String id, String paypalMockResponse, String paypalAuthAssertion, String fields)
id - String value for id.paypalMockResponse - String value for paypalMockResponse.paypalAuthAssertion - String value for paypalAuthAssertion.fields - String value for fields.public String getId()
public void setId(String id)
id - Value for Stringpublic String getPaypalMockResponse()
public void setPaypalMockResponse(String paypalMockResponse)
paypalMockResponse - Value for Stringpublic String getPaypalAuthAssertion()
public void setPaypalAuthAssertion(String paypalAuthAssertion)
paypalAuthAssertion - Value for Stringpublic String getFields()
public void setFields(String fields)
fields - Value for Stringpublic String toString()
public GetOrderInput.Builder toBuilder()
GetOrderInput.Builder object.
Creates the instance with the state of the current model.GetOrderInput.Builder objectCopyright © 2025. All rights reserved.