public class OriginCountry extends Object implements Serializable
| Constructor and Description |
|---|
OriginCountry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getContent()
A country code.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setContent(String content)
A country code.
|
String |
toString() |
OriginCountry |
withAdditionalProperty(String name,
Object value) |
OriginCountry |
withContent(String content) |
public String getContent()
public void setContent(String content)
public OriginCountry withContent(String content)
public OriginCountry withAdditionalProperty(String name, Object value)
Copyright © 2020 The Apache Software Foundation. All rights reserved.