@Generated(value="com.googlecode.jsonschema2pojo") public class ServiceOffered extends Object
| Constructor and Description |
|---|
ServiceOffered() |
ServiceOffered(String endpoint,
String id,
String type,
String[] format,
String[] action) |
ServiceOffered(String endpoint,
String id,
String type,
String format,
String action) |
| Modifier and Type | Method and Description |
|---|---|
String |
get_id() |
String |
get_type() |
List<String> |
getAction() |
Map<String,Object> |
getAdditionalProperties() |
String |
getEndpoint() |
List<String> |
getFormat() |
void |
set_id(String _id) |
void |
set_type(String _type) |
void |
setAction(List<String> action) |
void |
setAdditionalProperties(String name,
Object value) |
void |
setEndpoint(String endpoint) |
void |
setFormat(List<String> format) |
public ServiceOffered()
public ServiceOffered(String endpoint, String id, String type, String format, String action)
Copyright © 2009–2016 IMS Global Learning Consortium. All rights reserved.