public class WhiteListData extends AbstractModel
Constructor and Description |
---|
WhiteListData() |
WhiteListData(WhiteListData 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 |
getAssetsType()
Get 资产类型:0-网站 1-app 2-公众号 3-小程序
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getBrandName()
Get 品牌名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCompanyId()
Get 企业id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInsertTime()
Get 新增时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getWhiteList()
Get 白名单
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWhiteListId()
Get 白名单id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAssetsType(Long AssetsType)
Set 资产类型:0-网站 1-app 2-公众号 3-小程序
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBrandName(String BrandName)
Set 品牌名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCompanyId(Long CompanyId)
Set 企业id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInsertTime(String InsertTime)
Set 新增时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWhiteList(String WhiteList)
Set 白名单
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWhiteListId(Long WhiteListId)
Set 白名单id
注意:此字段可能返回 null,表示取不到有效值。
|
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 WhiteListData()
public WhiteListData(WhiteListData source)
public Long getWhiteListId()
public void setWhiteListId(Long WhiteListId)
WhiteListId
- 白名单id
注意:此字段可能返回 null,表示取不到有效值。public Long getCompanyId()
public void setCompanyId(Long CompanyId)
CompanyId
- 企业id
注意:此字段可能返回 null,表示取不到有效值。public String getBrandName()
public void setBrandName(String BrandName)
BrandName
- 品牌名称
注意:此字段可能返回 null,表示取不到有效值。public Long getAssetsType()
public void setAssetsType(Long AssetsType)
AssetsType
- 资产类型:0-网站 1-app 2-公众号 3-小程序
注意:此字段可能返回 null,表示取不到有效值。public String getWhiteList()
public void setWhiteList(String WhiteList)
WhiteList
- 白名单
注意:此字段可能返回 null,表示取不到有效值。public String getInsertTime()
public void setInsertTime(String InsertTime)
InsertTime
- 新增时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.