public class SectionModel extends ModelBase implements Comparable<SectionModel>
attributes| Constructor and Description |
|---|
SectionModel(Section section) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(EndpointModel endpointModel) |
int |
compareTo(SectionModel sectionModel) |
Set<EndpointModel> |
getEndpointModels() |
String |
getName() |
String[] |
getTags() |
void |
setEndpointModels(Set<EndpointModel> inputModels) |
add, addAll, getCustomAttributeValue, getCustomAttributeValues, getGroupedAttributespublic SectionModel(Section section)
public String getName()
public String[] getTags()
public Set<EndpointModel> getEndpointModels()
public void add(EndpointModel endpointModel)
public void setEndpointModels(Set<EndpointModel> inputModels)
public int compareTo(SectionModel sectionModel)
compareTo in interface Comparable<SectionModel>Copyright © 2020. All rights reserved.