public class TradeFetch extends Object implements Serializable
Constructor and Description |
---|
TradeFetch() |
TradeFetch(String fetcherName,
String shopState,
String shopMobile,
String shopCity,
String shopDistrict,
String fetcherMobile,
String shopName,
String shopAddress,
Instant fetchTime) |
Modifier and Type | Method and Description |
---|---|
String |
getFetcherMobile() |
String |
getFetcherName() |
Instant |
getFetchTime() |
String |
getShopAddress() |
String |
getShopCity() |
String |
getShopDistrict() |
String |
getShopMobile() |
String |
getShopName() |
String |
getShopState() |
void |
setFetcherMobile(String fetcherMobile) |
void |
setFetcherName(String fetcherName) |
void |
setFetchTime(Instant fetchTime) |
void |
setShopAddress(String shopAddress) |
void |
setShopCity(String shopCity) |
void |
setShopDistrict(String shopDistrict) |
void |
setShopMobile(String shopMobile) |
void |
setShopName(String shopName) |
void |
setShopState(String shopState) |
public String getFetcherName()
public void setFetcherName(String fetcherName)
public String getShopState()
public void setShopState(String shopState)
public String getShopMobile()
public void setShopMobile(String shopMobile)
public String getShopCity()
public void setShopCity(String shopCity)
public String getShopDistrict()
public void setShopDistrict(String shopDistrict)
public String getFetcherMobile()
public void setFetcherMobile(String fetcherMobile)
public String getShopName()
public void setShopName(String shopName)
public String getShopAddress()
public void setShopAddress(String shopAddress)
public Instant getFetchTime()
public void setFetchTime(Instant fetchTime)
Copyright © 2016–2017. All rights reserved.