public class BindInfo extends AbstractModel
Constructor and Description |
---|
BindInfo() |
BindInfo(BindInfo 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 |
---|---|
String |
getAppIconUrl()
Get app的icon的url
|
String |
getAppName()
Get app的名称
|
String |
getAppPkgName()
Get app的包名
|
void |
setAppIconUrl(String AppIconUrl)
Set app的icon的url
|
void |
setAppName(String AppName)
Set app的名称
|
void |
setAppPkgName(String AppPkgName)
Set app的包名
|
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 BindInfo()
public BindInfo(BindInfo source)
public String getAppIconUrl()
public void setAppIconUrl(String AppIconUrl)
AppIconUrl
- app的icon的urlpublic String getAppName()
public void setAppName(String AppName)
AppName
- app的名称public String getAppPkgName()
public void setAppPkgName(String AppPkgName)
AppPkgName
- app的包名Copyright © 2021. All rights reserved.