Package dev.vality.swag.analytics.model
Class ShopLocation
java.lang.Object
dev.vality.swag.analytics.model.ShopLocation
- Direct Known Subclasses:
ShopLocationUrl
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-03-18T10:45:05.280Z") public class ShopLocation extends Object
Местоположение магазина, по которому можно его найти
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShopLocation.LocationTypeEnumТип местоположения -
Constructor Summary
Constructors Constructor Description ShopLocation() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)ShopLocation.LocationTypeEnumgetLocationType()Тип местоположенияinthashCode()ShopLocationlocationType(ShopLocation.LocationTypeEnum locationType)voidsetLocationType(ShopLocation.LocationTypeEnum locationType)StringtoString()
-
Constructor Details
-
ShopLocation
public ShopLocation()
-
-
Method Details