Class AppearIndexPair
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.AppearIndexPair
-
public class AppearIndexPair extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAppearIndex()Get 出现信息,取值范围为[1,3]LonggetIndex()Get AppearInfo中AppearIndex对应元素的第Index元素,从0开始技术voidsetAppearIndex(Long AppearIndex)Set 出现信息,取值范围为[1,3]voidsetIndex(Long Index)Set AppearInfo中AppearIndex对应元素的第Index元素,从0开始技术voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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开始技术
-
-