public class AppearIndexPair extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.