public class AgencyProtection extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AgencyProtection.Builder |
| 构造器和说明 |
|---|
AgencyProtection() |
AgencyProtection(AgencyProtection.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgencySupplierId() |
I18n |
getAgencySupplierName() |
String |
getAgencySupplierUserId() |
I18n |
getAgencySupplierUserName() |
String |
getApplicationId() |
String |
getExpireTime() |
Integer |
getProtectionType() |
String |
getStartTime() |
static AgencyProtection.Builder |
newBuilder() |
void |
setAgencySupplierId(String agencySupplierId) |
void |
setAgencySupplierName(I18n agencySupplierName) |
void |
setAgencySupplierUserId(String agencySupplierUserId) |
void |
setAgencySupplierUserName(I18n agencySupplierUserName) |
void |
setApplicationId(String applicationId) |
void |
setExpireTime(String expireTime) |
void |
setProtectionType(Integer protectionType) |
void |
setStartTime(String startTime) |
public AgencyProtection()
public AgencyProtection(AgencyProtection.Builder builder)
public static AgencyProtection.Builder newBuilder()
public Integer getProtectionType()
public void setProtectionType(Integer protectionType)
public String getApplicationId()
public void setApplicationId(String applicationId)
public String getStartTime()
public void setStartTime(String startTime)
public String getExpireTime()
public void setExpireTime(String expireTime)
public String getAgencySupplierId()
public void setAgencySupplierId(String agencySupplierId)
public I18n getAgencySupplierName()
public void setAgencySupplierName(I18n agencySupplierName)
public String getAgencySupplierUserId()
public void setAgencySupplierUserId(String agencySupplierUserId)
public I18n getAgencySupplierUserName()
public void setAgencySupplierUserName(I18n agencySupplierUserName)
Copyright © 2025. All rights reserved.