public class OfferApplyFormModuleInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OfferApplyFormModuleInfo.Builder |
| 构造器和说明 |
|---|
OfferApplyFormModuleInfo() |
OfferApplyFormModuleInfo(OfferApplyFormModuleInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getActiveStatus() |
I18n |
getHint() |
String |
getId() |
Boolean |
getIsCustomized() |
I18n |
getName() |
OfferApplyFormObjectInfo[] |
getObjectList() |
static OfferApplyFormModuleInfo.Builder |
newBuilder() |
void |
setActiveStatus(Integer activeStatus) |
void |
setHint(I18n hint) |
void |
setId(String id) |
void |
setIsCustomized(Boolean isCustomized) |
void |
setName(I18n name) |
void |
setObjectList(OfferApplyFormObjectInfo[] objectList) |
public OfferApplyFormModuleInfo()
public OfferApplyFormModuleInfo(OfferApplyFormModuleInfo.Builder builder)
public static OfferApplyFormModuleInfo.Builder newBuilder()
public String getId()
public void setId(String id)
public I18n getName()
public void setName(I18n name)
public Boolean getIsCustomized()
public void setIsCustomized(Boolean isCustomized)
public Integer getActiveStatus()
public void setActiveStatus(Integer activeStatus)
public I18n getHint()
public void setHint(I18n hint)
public OfferApplyFormObjectInfo[] getObjectList()
public void setObjectList(OfferApplyFormObjectInfo[] objectList)
Copyright © 2025. All rights reserved.