-
public class ProductRefBean
Product extra config.
-
-
Field Summary
Fields Modifier and Type Field Description private String
productId
private Map<String, Object>
configMetas
private long
resptime
private ProductStandardConfig
standardConfig
private long
bizAttribute
-
Method Summary
Modifier and Type Method Description String
getProductId()
Get product id. void
setProductId(String productId)
Map<String, Object>
getConfigMetas()
Product config map. void
setConfigMetas(Map<String, Object> configMetas)
long
getResptime()
Get server response time. void
setResptime(long resptime)
Set server response time. ProductStandardConfig
getStandardConfig()
void
setStandardConfig(ProductStandardConfig standardConfig)
long
getBizAttribute()
void
setBizAttribute(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)
-
-
-
-