public class GetMissionControlConfigResponse extends Message<RouterOuterClass.GetMissionControlConfigResponse>
builder, wrapperFactory| Constructor and Description |
|---|
GetMissionControlConfigResponse()
Empty Constructor
|
GetMissionControlConfigResponse(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
GetMissionControlConfigResponse(RouterOuterClass.GetMissionControlConfigResponse apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
MissionControlConfig |
getConfig()
Getter for a list of config.
|
void |
setConfig(MissionControlConfig value)
Setter for list of config.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic GetMissionControlConfigResponse()
public GetMissionControlConfigResponse(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public GetMissionControlConfigResponse(RouterOuterClass.GetMissionControlConfigResponse apiObject)
public MissionControlConfig getConfig() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setConfig(MissionControlConfig value)