public class CompanyInfo extends AbstractModel
Constructor and Description |
---|
CompanyInfo() |
CompanyInfo(CompanyInfo 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 |
getCompanyAddress()
Get 公司所在详细地址
|
String |
getCompanyCity()
Get 公司所在城市
|
String |
getCompanyCountry()
Get 公司所在国家
|
Long |
getCompanyId()
Get 公司ID
|
String |
getCompanyName()
Get 公司名称
|
String |
getCompanyPhone()
Get 公司电话
|
String |
getCompanyProvince()
Get 公司所在省份
|
void |
setCompanyAddress(String CompanyAddress)
Set 公司所在详细地址
|
void |
setCompanyCity(String CompanyCity)
Set 公司所在城市
|
void |
setCompanyCountry(String CompanyCountry)
Set 公司所在国家
|
void |
setCompanyId(Long CompanyId)
Set 公司ID
|
void |
setCompanyName(String CompanyName)
Set 公司名称
|
void |
setCompanyPhone(String CompanyPhone)
Set 公司电话
|
void |
setCompanyProvince(String CompanyProvince)
Set 公司所在省份
|
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 CompanyInfo()
public CompanyInfo(CompanyInfo source)
public String getCompanyName()
public void setCompanyName(String CompanyName)
CompanyName
- 公司名称public Long getCompanyId()
public void setCompanyId(Long CompanyId)
CompanyId
- 公司IDpublic String getCompanyCountry()
public void setCompanyCountry(String CompanyCountry)
CompanyCountry
- 公司所在国家public String getCompanyProvince()
public void setCompanyProvince(String CompanyProvince)
CompanyProvince
- 公司所在省份public String getCompanyCity()
public void setCompanyCity(String CompanyCity)
CompanyCity
- 公司所在城市public String getCompanyAddress()
public void setCompanyAddress(String CompanyAddress)
CompanyAddress
- 公司所在详细地址public String getCompanyPhone()
public void setCompanyPhone(String CompanyPhone)
CompanyPhone
- 公司电话Copyright © 2021. All rights reserved.