@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-06-21T18:51:48.018+03:00") public class SimpleProductConnectionDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleProductConnectionDTO.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
SimpleProductConnectionDTO() |
| Modifier and Type | Method and Description |
|---|---|
SimpleProductConnectionDTO |
connectedProduct(SimpleConnectedProductDTO connectedProduct) |
boolean |
equals(Object o) |
SimpleConnectedProductDTO |
getConnectedProduct()
Get connectedProduct
|
Long |
getId()
Get id
|
SimpleProductConnectionDTO.TypeEnum |
getType()
Get type
|
int |
hashCode() |
SimpleProductConnectionDTO |
id(Long id) |
void |
setConnectedProduct(SimpleConnectedProductDTO connectedProduct) |
void |
setId(Long id) |
void |
setType(SimpleProductConnectionDTO.TypeEnum type) |
String |
toString() |
SimpleProductConnectionDTO |
type(SimpleProductConnectionDTO.TypeEnum type) |
public SimpleProductConnectionDTO connectedProduct(SimpleConnectedProductDTO connectedProduct)
public SimpleConnectedProductDTO getConnectedProduct()
public void setConnectedProduct(SimpleConnectedProductDTO connectedProduct)
public SimpleProductConnectionDTO id(Long id)
public Long getId()
public void setId(Long id)
public SimpleProductConnectionDTO type(SimpleProductConnectionDTO.TypeEnum type)
public SimpleProductConnectionDTO.TypeEnum getType()
public void setType(SimpleProductConnectionDTO.TypeEnum type)
Copyright © 2018. All rights reserved.