Class VnfdServiceTypes
- java.lang.Object
-
- org.openstack4j.openstack.tacker.domain.VnfdServiceTypes
-
public class VnfdServiceTypes extends Object
- Author:
- Vishvesh Deshmukh
-
-
Constructor Summary
Constructors Constructor Description VnfdServiceTypes()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VnfdServiceTypescreate()StringgetId()StringgetServiceType()VnfdServiceTypesserviceType(String serviceType)Service Type to Set : Example serviceType : vnfdStringtoString()
-
-
-
Method Detail
-
create
public static VnfdServiceTypes create()
-
serviceType
public VnfdServiceTypes serviceType(String serviceType)
Service Type to Set : Example serviceType : vnfd- Parameters:
serviceType- the serviceType to set- Returns:
- VnfdServiceTypes
-
getId
public String getId()
- Returns:
- the id
-
getServiceType
public String getServiceType()
- Returns:
- the serviceType
-
-