Class FinancialIndex


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2020-08-14T14:43:38.281Z")
    public class FinancialIndex
    extends Object
    FinancialIndex
    • Constructor Detail

      • FinancialIndex

        public FinancialIndex()
    • Method Detail

      • getIndexType

        public IndexType getIndexType()
        Get indexType
        Returns:
        indexType
      • setIndexType

        public void setIndexType​(IndexType indexType)
      • getCode

        public Integer getCode()
        Código do índice
        Returns:
        code
      • setCode

        public void setCode​(Integer code)
      • getNumberOfDecimals

        public Integer getNumberOfDecimals()
        Quantidade de decimais
        Returns:
        numberOfDecimals
      • setNumberOfDecimals

        public void setNumberOfDecimals​(Integer numberOfDecimals)
      • getName

        public String getName()
        Nome do índice
        Returns:
        name
      • setName

        public void setName​(String name)
      • getId

        public String getId()
        Id do índice
        Returns:
        id
      • setId

        public void setId​(String id)
      • getNumberOfDigits

        public Integer getNumberOfDigits()
        Quantidade de dígitos
        Returns:
        numberOfDigits
      • setNumberOfDigits

        public void setNumberOfDigits​(Integer numberOfDigits)
      • getInformationType

        public InformationType getInformationType()
        Get informationType
        Returns:
        informationType
      • setInformationType

        public void setInformationType​(InformationType informationType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object