public class Identification extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Identification.Builder |
| 构造器和说明 |
|---|
Identification() |
Identification(Identification.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIdentificationNumber() |
Integer |
getIdentificationType() |
static Identification.Builder |
newBuilder() |
void |
setIdentificationNumber(String identificationNumber) |
void |
setIdentificationType(Integer identificationType) |
public Identification()
public Identification(Identification.Builder builder)
public String getIdentificationNumber()
public void setIdentificationNumber(String identificationNumber)
public Integer getIdentificationType()
public void setIdentificationType(Integer identificationType)
public static Identification.Builder newBuilder()
Copyright © 2025. All rights reserved.