public class AppearIndexPair extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AppearIndexPair() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAppearIndex()Get 出现信息,取值范围为[1,3] | 
| Long | getIndex()Get AppearInfo中AppearIndex对应元素的第Index元素,从0开始计数 | 
| void | setAppearIndex(Long AppearIndex)Set 出现信息,取值范围为[1,3] | 
| void | setIndex(Long Index)Set AppearInfo中AppearIndex对应元素的第Index元素,从0开始计数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AppearIndexPair()
public AppearIndexPair(AppearIndexPair source)
public Long getAppearIndex()
public void setAppearIndex(Long AppearIndex)
AppearIndex - 出现信息,取值范围为[1,3]public Long getIndex()
public void setIndex(Long Index)
Index - AppearInfo中AppearIndex对应元素的第Index元素,从0开始计数Copyright © 2025. All rights reserved.