public class SocialPlan extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SocialPlan.Builder |
| 构造器和说明 |
|---|
SocialPlan() |
SocialPlan(SocialPlan.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getActive() |
String |
getEffectiveDate() |
String |
getInsuranceType() |
SocialPlanItemDetail[] |
getItemDetail() |
I18n |
getName() |
String |
getPlanId() |
String |
getPlanTid() |
I18n |
getRemark() |
SocialPlanScope |
getScope() |
static SocialPlan.Builder |
newBuilder() |
void |
setActive(Boolean active) |
void |
setEffectiveDate(String effectiveDate) |
void |
setInsuranceType(String insuranceType) |
void |
setItemDetail(SocialPlanItemDetail[] itemDetail) |
void |
setName(I18n name) |
void |
setPlanId(String planId) |
void |
setPlanTid(String planTid) |
void |
setRemark(I18n remark) |
void |
setScope(SocialPlanScope scope) |
public SocialPlan()
public SocialPlan(SocialPlan.Builder builder)
public static SocialPlan.Builder newBuilder()
public String getPlanId()
public void setPlanId(String planId)
public String getPlanTid()
public void setPlanTid(String planTid)
public I18n getName()
public void setName(I18n name)
public String getEffectiveDate()
public void setEffectiveDate(String effectiveDate)
public Boolean getActive()
public void setActive(Boolean active)
public String getInsuranceType()
public void setInsuranceType(String insuranceType)
public SocialPlanScope getScope()
public void setScope(SocialPlanScope scope)
public SocialPlanItemDetail[] getItemDetail()
public void setItemDetail(SocialPlanItemDetail[] itemDetail)
public I18n getRemark()
public void setRemark(I18n remark)
Copyright © 2025. All rights reserved.