5ad8196056a6309f58c8f8a84503b101624c0a40
[vfc/nfvo/driver/ems.git] /
1 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/><link rel="stylesheet" href="../jacoco-resources/report.css" type="text/css"/><link rel="shortcut icon" href="../jacoco-resources/report.gif" type="image/gif"/><title>ServiceNodeVo.java</title><link rel="stylesheet" href="../jacoco-resources/prettify.css" type="text/css"/><script type="text/javascript" src="../jacoco-resources/prettify.js"></script></head><body onload="window['PR_TAB_WIDTH']=4;prettyPrint()"><div class="breadcrumb" id="breadcrumb"><span class="info"><a href="../jacoco-sessions.html" class="el_session">Sessions</a></span><a href="../index.html" class="el_report">vfc-nfvo-driver-ems-ems-boco</a> &gt; <a href="index.source.html" class="el_package">org.onap.vfc.nfvo.emsdriver.serviceregister.model</a> &gt; <span class="el_source">ServiceNodeVo.java</span></div><h1>ServiceNodeVo.java</h1><pre class="source lang-java linenums">/**
2  * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
3  *
4  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 package org.onap.vfc.nfvo.emsdriver.serviceregister.model;
17
18
19 <span class="fc" id="L19">public class ServiceNodeVo {</span>
20         private String ip;
21         private String port;
22         private int ttl;
23         
24         /**
25          * @return the ip
26          */
27         public String getIp() {
28 <span class="fc" id="L28">              return ip;</span>
29         }
30         /**
31          * @param ip the ip to set
32          */
33         public void setIp(String ip) {
34 <span class="fc" id="L34">              this.ip = ip;</span>
35 <span class="fc" id="L35">      }</span>
36         /**
37          * @return the port
38          */
39         public String getPort() {
40 <span class="fc" id="L40">              return port;</span>
41         }
42         /**
43          * @param port the port to set
44          */
45         public void setPort(String port) {
46 <span class="fc" id="L46">              this.port = port;</span>
47 <span class="fc" id="L47">      }</span>
48         /**
49          * @return the ttl
50          */
51         public int getTtl() {
52 <span class="fc" id="L52">              return ttl;</span>
53         }
54         /**
55          * @param ttl the ttl to set
56          */
57         public void setTtl(int ttl) {
58 <span class="fc" id="L58">              this.ttl = ttl;</span>
59 <span class="fc" id="L59">      }</span>
60         
61         
62 }
63 </pre><div class="footer"><span class="right">Created with <a href="http://www.eclemma.org/jacoco">JaCoCo</a> 0.7.7.201606060606</span></div></body></html>