X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=aria%2Faria-rest-java-client%2Fsrc%2Fmain%2Fjava%2Fcom%2Fgigaspaces%2Faria%2Frest%2Fclient%2FInput.java;fp=aria%2Faria-rest-java-client%2Fsrc%2Fmain%2Fjava%2Fcom%2Fgigaspaces%2Faria%2Frest%2Fclient%2FInput.java;h=595dfb12455b1f41c5a4c46561c989e169c3ef87;hb=a4c936a24b8e1394753ecae9176071176974e828;hp=0000000000000000000000000000000000000000;hpb=d48b750fc08b11a758b4c71ac71fe6cd2a2437d3;p=so.git diff --git a/aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/Input.java b/aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/Input.java new file mode 100755 index 0000000000..595dfb1245 --- /dev/null +++ b/aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/Input.java @@ -0,0 +1,27 @@ +/* + * ============LICENSE_START=================================================== + * Copyright (c) 2017 Cloudify.co. All rights reserved. + * =================================================================== + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * ============LICENSE_END==================================================== +*/ +package com.gigaspaces.aria.rest.client; + +/** + * Created by DeWayne on 7/12/2017. + */ +public interface Input { + String getName(); + String getDescription(); + String getValue(); +}