public class ApplicationBasicInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ApplicationBasicInfo.Builder |
| 构造器和说明 |
|---|
ApplicationBasicInfo() |
ApplicationBasicInfo(ApplicationBasicInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getActiveStatus() |
Integer |
getBizCreateTime() |
Integer |
getBizModifyTime() |
ApplicationReferral |
getReferral() |
ApplicationStage |
getStage() |
static ApplicationBasicInfo.Builder |
newBuilder() |
void |
setActiveStatus(Integer activeStatus) |
void |
setBizCreateTime(Integer bizCreateTime) |
void |
setBizModifyTime(Integer bizModifyTime) |
void |
setReferral(ApplicationReferral referral) |
void |
setStage(ApplicationStage stage) |
public ApplicationBasicInfo()
public ApplicationBasicInfo(ApplicationBasicInfo.Builder builder)
public static ApplicationBasicInfo.Builder newBuilder()
public ApplicationStage getStage()
public void setStage(ApplicationStage stage)
public ApplicationReferral getReferral()
public void setReferral(ApplicationReferral referral)
public Integer getActiveStatus()
public void setActiveStatus(Integer activeStatus)
public Integer getBizCreateTime()
public void setBizCreateTime(Integer bizCreateTime)
public Integer getBizModifyTime()
public void setBizModifyTime(Integer bizModifyTime)
Copyright © 2022. All rights reserved.