Class PortfolioWeights
java.lang.Object
markets.alpaca.client.openapi.broker.model.PortfolioWeights
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class PortfolioWeights
extends Object
implements Serializable
PortfolioWeights
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PortfolioWeightsCreate an instance of PortfolioWeights given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Must be a positive value, up to two decimal placesMust be fractionable asset.getType()Possible values of cash or assetinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetPercent(String percent) voidvoidtoJson()Convert an instance of PortfolioWeights 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_PERCENT
- See Also:
-
SERIALIZED_NAME_SYMBOL
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
PortfolioWeights
public PortfolioWeights()
-
-
Method Details
-
percent
-
getPercent
Must be a positive value, up to two decimal places- Returns:
- percent
-
setPercent
-
symbol
-
getSymbol
Must be fractionable asset. Only provided if type = \"asset\"- Returns:
- symbol
-
setSymbol
-
type
-
getType
Possible values of cash or asset- Returns:
- type
-
setType
-
putAdditionalProperty
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 PortfolioWeights 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 PortfolioWeights
-
fromJson
Create an instance of PortfolioWeights given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PortfolioWeights
- Throws:
IOException- if the JSON string is invalid with respect to PortfolioWeights
-
toJson
Convert an instance of PortfolioWeights to an JSON string- Returns:
- JSON string
-