public static class ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
PMCertificateNo
The ID number of the construction engineer.
|
String |
PMCertificateType
The type of the identity document of the construction engineer.
|
String |
PMContactInfo
The contact information about the construction engineer.
|
String |
PMGender
The gender of the construction engineer.
|
String |
PMName
The name of the construction engineer.
|
构造器和说明 |
---|
ApplyPhysicalConnectionLOARequestPMInfo() |
@NameInMap(value="PMCertificateNo") public String PMCertificateNo
The ID number of the construction engineer. You can specify the ID number of an ID card or an international passport.
You can configure information for up to 16 construction engineers.
example:5****************9
@NameInMap(value="PMCertificateType") public String PMCertificateType
The type of the identity document of the construction engineer. Valid values:
IDCard
@NameInMap(value="PMContactInfo") public String PMContactInfo
The contact information about the construction engineer.
example:1390000****
@NameInMap(value="PMGender") public String PMGender
The gender of the construction engineer.
example:Male
@NameInMap(value="PMName") public String PMName
The name of the construction engineer.
example:Zhangsan
public static ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo build(Map<String,?> map) throws Exception
Exception
public ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo setPMCertificateNo(String PMCertificateNo)
public String getPMCertificateNo()
public ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo setPMCertificateType(String PMCertificateType)
public String getPMCertificateType()
public ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo setPMContactInfo(String PMContactInfo)
public String getPMContactInfo()
public ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo setPMGender(String PMGender)
public String getPMGender()
public ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo setPMName(String PMName)
public String getPMName()
Copyright © 2024. All rights reserved.