Class AppearIndexPair

    • Constructor Detail

      • AppearIndexPair

        public AppearIndexPair()
      • AppearIndexPair

        public AppearIndexPair​(AppearIndexPair source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getAppearIndex

        public Long getAppearIndex()
        Get 出现信息,取值范围为[1,3]
        Returns:
        AppearIndex 出现信息,取值范围为[1,3]
      • setAppearIndex

        public void setAppearIndex​(Long AppearIndex)
        Set 出现信息,取值范围为[1,3]
        Parameters:
        AppearIndex - 出现信息,取值范围为[1,3]
      • getIndex

        public Long getIndex()
        Get AppearInfo中AppearIndex对应元素的第Index元素,从0开始技术
        Returns:
        Index AppearInfo中AppearIndex对应元素的第Index元素,从0开始技术
      • setIndex

        public void setIndex​(Long Index)
        Set AppearInfo中AppearIndex对应元素的第Index元素,从0开始技术
        Parameters:
        Index - AppearInfo中AppearIndex对应元素的第Index元素,从0开始技术