public class RunInstance extends GeneralResource
| Modifier and Type | Class and Description |
|---|---|
static class |
RunInstance.DateFormatter |
static class |
RunInstance.Profile |
| Constructor and Description |
|---|
RunInstance(String id,
Set<String> scopes,
RunInstance.Profile profile) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
RunInstance.Profile |
getProfile() |
Set<String> |
getScopes() |
void |
setId(String id) |
void |
setProfile(RunInstance.Profile profile) |
void |
setScopes(Set<String> scopes) |
getResourceID, setResourceID, toJSON, toJSON, toXML, toXMLpublic RunInstance(String id, Set<String> scopes, RunInstance.Profile profile)
endpoints - id - scopes - specificData - public String getId()
public void setId(String id)
id - the id to setpublic RunInstance.Profile getProfile()
public void setProfile(RunInstance.Profile profile)
Copyright © 2015. All Rights Reserved.