public class RtopRiskyCompany
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
changeLevel
example:
|
String |
changeScore
example:
|
String |
companyId
example:
|
String |
dataTime
example:
|
String |
headRegisterPlace
example:
|
String |
newAddedTime
example:
|
| Constructor and Description |
|---|
RtopRiskyCompany() |
| Modifier and Type | Method and Description |
|---|---|
static RtopRiskyCompany |
build(Map<String,?> map) |
String |
getChangeLevel() |
String |
getChangeScore() |
String |
getCompanyId() |
String |
getDataTime() |
String |
getHeadRegisterPlace() |
String |
getNewAddedTime() |
RtopRiskyCompany |
setChangeLevel(String changeLevel) |
RtopRiskyCompany |
setChangeScore(String changeScore) |
RtopRiskyCompany |
setCompanyId(String companyId) |
RtopRiskyCompany |
setDataTime(String dataTime) |
RtopRiskyCompany |
setHeadRegisterPlace(String headRegisterPlace) |
RtopRiskyCompany |
setNewAddedTime(String newAddedTime) |
@NameInMap(value="company_id") @Validation(required=true) public String companyId
1
@NameInMap(value="change_score") @Validation(required=true) public String changeScore
1
@NameInMap(value="change_level") @Validation(required=true) public String changeLevel
1
@NameInMap(value="new_added_time")
@Validation(required=true,
pattern="\\d{4}[-]\\d{1,2}[-]\\d{1,2}[T]\\d{2}:\\d{2}:\\d{2}([Z]|([\\.]\\d{1,9})?[\\+]\\d{2}[\\:]?\\d{2})")
public String newAddedTime
2018-10-10T10:10:00Z
@NameInMap(value="head_register_place") @Validation(required=true) public String headRegisterPlace
1
@NameInMap(value="data_time") @Validation(required=true) public String dataTime
1
public static RtopRiskyCompany build(Map<String,?> map) throws Exception
Exceptionpublic RtopRiskyCompany setCompanyId(String companyId)
public String getCompanyId()
public RtopRiskyCompany setChangeScore(String changeScore)
public String getChangeScore()
public RtopRiskyCompany setChangeLevel(String changeLevel)
public String getChangeLevel()
public RtopRiskyCompany setNewAddedTime(String newAddedTime)
public String getNewAddedTime()
public RtopRiskyCompany setHeadRegisterPlace(String headRegisterPlace)
public String getHeadRegisterPlace()
public RtopRiskyCompany setDataTime(String dataTime)
public String getDataTime()
Copyright © 2025. All rights reserved.