public class AppInfo extends AbstractModel
Constructor and Description |
---|
AppInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAppkey()
Get 应用key
|
Long |
getBizType()
Get 应用类型
|
String |
getCloudAppid()
Get 用户appid
|
String |
getCreatedTime()
Get 创建时间
|
String |
getDescription()
Get 应用描述
|
String |
getName()
Get 应用名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSdkappid()
Get 应用ID
|
String |
getUin()
Get 用户Uin
|
void |
setAppkey(String Appkey)
Set 应用key
|
void |
setBizType(Long BizType)
Set 应用类型
|
void |
setCloudAppid(String CloudAppid)
Set 用户appid
|
void |
setCreatedTime(String CreatedTime)
Set 创建时间
|
void |
setDescription(String Description)
Set 应用描述
|
void |
setName(String Name)
Set 应用名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSdkappid(String Sdkappid)
Set 应用ID
|
void |
setUin(String Uin)
Set 用户Uin
|
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 String getSdkappid()
public void setSdkappid(String Sdkappid)
Sdkappid
- 应用IDpublic String getAppkey()
public void setAppkey(String Appkey)
Appkey
- 应用keypublic String getCloudAppid()
public void setCloudAppid(String CloudAppid)
CloudAppid
- 用户appidpublic String getName()
public void setName(String Name)
Name
- 应用名称
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 应用描述public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 创建时间public Long getBizType()
public void setBizType(Long BizType)
BizType
- 应用类型public String getUin()
public void setUin(String Uin)
Uin
- 用户UinCopyright © 2020. All rights reserved.