Class LinkInfos
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.hasim.v20210716.models.LinkInfos
-
public class LinkInfos extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkInfo[]getList()Get 云兔连接列表 注意:此字段可能返回 null,表示取不到有效值。LonggetTotal()Get 总量voidsetList(LinkInfo[] List)Set 云兔连接列表 注意:此字段可能返回 null,表示取不到有效值。voidsetTotal(Long Total)Set 总量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
-
LinkInfos
public LinkInfos()
-
LinkInfos
public LinkInfos(LinkInfos 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
-
getTotal
public Long getTotal()
Get 总量- Returns:
- Total 总量
-
setTotal
public void setTotal(Long Total)
Set 总量- Parameters:
Total- 总量
-
getList
public LinkInfo[] getList()
Get 云兔连接列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- List 云兔连接列表 注意:此字段可能返回 null,表示取不到有效值。
-
setList
public void setList(LinkInfo[] List)
Set 云兔连接列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
List- 云兔连接列表 注意:此字段可能返回 null,表示取不到有效值。
-
-