-
public class ProductRefBeanProduct extra config.
-
-
Field Summary
Fields Modifier and Type Field Description private StringproductIdprivate Map<String, Object>configMetasprivate longresptimeprivate ProductStandardConfigstandardConfigprivate longbizAttribute
-
Method Summary
Modifier and Type Method Description StringgetProductId()Get product id. voidsetProductId(String productId)Map<String, Object>getConfigMetas()Product config map. voidsetConfigMetas(Map<String, Object> configMetas)longgetResptime()Get server response time. voidsetResptime(long resptime)Set server response time. ProductStandardConfiggetStandardConfig()voidsetStandardConfig(ProductStandardConfig standardConfig)longgetBizAttribute()voidsetBizAttribute(long bizAttribute)-
-
Method Detail
-
getProductId
String getProductId()
Get product id.
-
setProductId
void setProductId(String productId)
-
getConfigMetas
Map<String, Object> getConfigMetas()
Product config map.
-
setConfigMetas
void setConfigMetas(Map<String, Object> configMetas)
-
getResptime
long getResptime()
Get server response time.
-
setResptime
void setResptime(long resptime)
Set server response time.
- Parameters:
resptime- Server response time.
-
getStandardConfig
ProductStandardConfig getStandardConfig()
-
setStandardConfig
void setStandardConfig(ProductStandardConfig standardConfig)
-
getBizAttribute
long getBizAttribute()
-
setBizAttribute
void setBizAttribute(long bizAttribute)
-
-
-
-