Class SimilarItem
java.lang.Object
dev.crashteam.openapi.kerepricer.model.SimilarItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-07T12:18:02.132511272Z[Etc/UTC]")
public class SimilarItem
extends Object
SimilarItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Get nameGet photoKeyGet productIdgetSkuId()Get skuIdinthashCode()voidvoidsetPhotoKey(String photoKey) voidsetProductId(Long productId) voidtoString()
-
Field Details
-
JSON_PROPERTY_PRODUCT_ID
- See Also:
-
JSON_PROPERTY_SKU_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PHOTO_KEY
- See Also:
-
-
Constructor Details
-
SimilarItem
public SimilarItem()
-
-
Method Details
-
productId
-
getProductId
Get productId- Returns:
- productId
-
setProductId
-
skuId
-
getSkuId
Get skuId- Returns:
- skuId
-
setSkuId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
photoKey
-
getPhotoKey
Get photoKey- Returns:
- photoKey
-
setPhotoKey
-
equals
-
hashCode
public int hashCode() -
toString
-