@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiLicenseFeature extends Object
Constructor and Description |
---|
ApiLicenseFeature() |
Modifier and Type | Method and Description |
---|---|
ApiLicenseFeature |
description(String description) |
ApiLicenseFeature |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
String |
getDescription()
Returns I18n description of the feature.
|
Boolean |
getEnabled() |
String |
getName()
Returns feature name
|
int |
hashCode() |
ApiLicenseFeature |
name(String name) |
void |
setDescription(String description) |
void |
setEnabled(Boolean enabled) |
void |
setName(String name) |
String |
toString() |
public ApiLicenseFeature name(String name)
public String getName()
public void setName(String name)
public ApiLicenseFeature enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public ApiLicenseFeature description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2019. All rights reserved.