@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-06-21T18:51:48.018+03:00") public class VoucherPattern extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VoucherPattern.BodyTypeEnum
Gets or Sets bodyType
|
| Constructor and Description |
|---|
VoucherPattern() |
| Modifier and Type | Method and Description |
|---|---|
VoucherPattern |
bodyLength(Integer bodyLength) |
VoucherPattern |
bodyType(VoucherPattern.BodyTypeEnum bodyType) |
boolean |
equals(Object o) |
Integer |
getBodyLength()
Get bodyLength
|
VoucherPattern.BodyTypeEnum |
getBodyType()
Get bodyType
|
Long |
getPatternProductId()
Get patternProductId
|
String |
getPrefix()
Get prefix
|
int |
hashCode() |
VoucherPattern |
patternProductId(Long patternProductId) |
VoucherPattern |
prefix(String prefix) |
void |
setBodyLength(Integer bodyLength) |
void |
setBodyType(VoucherPattern.BodyTypeEnum bodyType) |
void |
setPatternProductId(Long patternProductId) |
void |
setPrefix(String prefix) |
String |
toString() |
public VoucherPattern bodyLength(Integer bodyLength)
public Integer getBodyLength()
public void setBodyLength(Integer bodyLength)
public VoucherPattern bodyType(VoucherPattern.BodyTypeEnum bodyType)
public VoucherPattern.BodyTypeEnum getBodyType()
public void setBodyType(VoucherPattern.BodyTypeEnum bodyType)
public VoucherPattern patternProductId(Long patternProductId)
public Long getPatternProductId()
public void setPatternProductId(Long patternProductId)
public VoucherPattern prefix(String prefix)
public String getPrefix()
public void setPrefix(String prefix)
Copyright © 2018. All rights reserved.