Package model
Class InstrumentUpdate1Links
java.lang.Object
model.InstrumentUpdate1Links
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class InstrumentUpdate1Links
extends Object
InstrumentUpdate1Links
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplication(ApplicationLinksApplicationProfile application) booleanstatic InstrumentUpdate1LinksCreate an instance of InstrumentUpdate1Links given an JSON stringGet applicationGet paymentInstrumentgetSelf()Get selfinthashCode()paymentInstrument(ApplicationLinksApplicationProfile paymentInstrument) voidsetApplication(ApplicationLinksApplicationProfile application) voidsetPaymentInstrument(ApplicationLinksApplicationProfile paymentInstrument) voidtoJson()Convert an instance of InstrumentUpdate1Links to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_APPLICATION
- See Also:
-
SERIALIZED_NAME_PAYMENT_INSTRUMENT
- See Also:
-
SERIALIZED_NAME_SELF
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
InstrumentUpdate1Links
public InstrumentUpdate1Links()
-
-
Method Details
-
application
-
getApplication
Get application- Returns:
- application
-
setApplication
-
paymentInstrument
public InstrumentUpdate1Links paymentInstrument(ApplicationLinksApplicationProfile paymentInstrument) -
getPaymentInstrument
Get paymentInstrument- Returns:
- paymentInstrument
-
setPaymentInstrument
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to InstrumentUpdate1Links
-
fromJson
Create an instance of InstrumentUpdate1Links given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of InstrumentUpdate1Links
- Throws:
IOException- if the JSON string is invalid with respect to InstrumentUpdate1Links
-
toJson
Convert an instance of InstrumentUpdate1Links to an JSON string- Returns:
- JSON string
-