2 * Copyright 2016 ZTE Corporation.
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" 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.
16 package org.openo.commontosca.catalog.model.externalservice.entity.ro;
18 public class VimEntity {
23 private String userName;
24 private String password;
26 public String getOid() {
30 public void setOid(String oid) {
34 public String getName() {
38 public void setName(String name) {
42 public String getUser() {
46 public void setUser(String user) {
50 public String getUrl() {
54 public void setUrl(String url) {
58 public String getUserName() {
62 public void setUserName(String userName) {
63 this.userName = userName;
66 public String getPassword() {
70 public void setPassword(String password) {
71 this.password = password;