public class ServiceModel extends Object
| Constructor and Description |
|---|
ServiceModel(ServiceMetadata metadata,
Map<String,Operation> operations,
Map<String,Shape> shapes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation() |
ServiceMetadata |
getMetadata() |
Map<String,Operation> |
getOperations() |
Map<String,Shape> |
getShapes() |
void |
setDocumentation(String documentation) |
Copyright © 2016. All rights reserved.