public class InputScriptResp extends Message<SignerOuterClass.InputScriptResp>
Message,
SignerOuterClass.InputScriptRespbuilder, wrapperFactory| Constructor and Description |
|---|
InputScriptResp()
Empty Constructor
|
InputScriptResp(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
InputScriptResp(SignerOuterClass.InputScriptResp apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InputScript> |
getInputScripts()
Getter for a list of inputScripts.
|
protected void |
populateRepeatedFields()
Method to be overrided by inherited messages that contains repeatable or mapped fields.
|
void |
setInputScripts(java.util.List<InputScript> valueList)
Setter for list of inputScripts.
|
equals, getApiObject, getMessageName, hashCode, toJson, toJsonAsString, toString, validatepublic InputScriptResp()
public InputScriptResp(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public InputScriptResp(SignerOuterClass.InputScriptResp apiObject)
public java.util.List<InputScript> getInputScripts() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setInputScripts(java.util.List<InputScript> valueList)
protected void populateRepeatedFields()
MessagepopulateRepeatedFields in class Message<SignerOuterClass.InputScriptResp>