public class TWeCallActiveInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TWeCallActiveInfo() | 
| TWeCallActiveInfo(TWeCallActiveInfo 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 | getExpireTime()Get 过期时间 | 
| String | getModelId()Deprecated.   | 
| Long | getPkgType()Get 类型 | 
| String | getSn()Get Sn信息 | 
| void | setExpireTime(Long ExpireTime)Set 过期时间 | 
| void | setModelId(String ModelId)Deprecated.   | 
| void | setPkgType(Long PkgType)Set 类型 | 
| void | setSn(String Sn)Set Sn信息 | 
| 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 TWeCallActiveInfo()
public TWeCallActiveInfo(TWeCallActiveInfo source)
@Deprecated public String getModelId()
@Deprecated public void setModelId(String ModelId)
ModelId - 小程序ID
注意:此字段可能返回 null,表示取不到有效值。public String getSn()
public void setSn(String Sn)
Sn - Sn信息public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime - 过期时间public Long getPkgType()
public void setPkgType(Long PkgType)
PkgType - 类型Copyright © 2025. All rights reserved.