Class AdminConfigurationsEventAcctDailyTransferLimit
java.lang.Object
markets.alpaca.client.openapi.broker.model.AdminConfigurationsEventAcctDailyTransferLimit
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class AdminConfigurationsEventAcctDailyTransferLimit
extends Object
implements Serializable
The correspondent level daily transfer limit override was changed
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of AdminConfigurationsEventAcctDailyTransferLimit given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getFrom()Old value of the daily transfer limitgetTo()New value of the daily transfer limitinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidtoJson()Convert an instance of AdminConfigurationsEventAcctDailyTransferLimit to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_FROM
- See Also:
-
SERIALIZED_NAME_TO
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AdminConfigurationsEventAcctDailyTransferLimit
public AdminConfigurationsEventAcctDailyTransferLimit()
-
-
Method Details
-
from
-
getFrom
Old value of the daily transfer limit- Returns:
- from
-
setFrom
-
to
-
getTo
New value of the daily transfer limit- Returns:
- to
-
setTo
-
putAdditionalProperty
public AdminConfigurationsEventAcctDailyTransferLimit putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the AdminConfigurationsEventAcctDailyTransferLimit instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to AdminConfigurationsEventAcctDailyTransferLimit
-
fromJson
public static AdminConfigurationsEventAcctDailyTransferLimit fromJson(String jsonString) throws IOException Create an instance of AdminConfigurationsEventAcctDailyTransferLimit given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AdminConfigurationsEventAcctDailyTransferLimit
- Throws:
IOException- if the JSON string is invalid with respect to AdminConfigurationsEventAcctDailyTransferLimit
-
toJson
Convert an instance of AdminConfigurationsEventAcctDailyTransferLimit to an JSON string- Returns:
- JSON string
-