Package com.woorea.openstack.nova.model
Class PersonalityFile
java.lang.Object
com.woorea.openstack.nova.model.PersonalityFile
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
-
contents
-
-
Constructor Details
-
PersonalityFile
public PersonalityFile()
-
-
Method Details
-
getPath
- Returns:
- the path
-
setPath
- Parameters:
path
- the path to set
-
getContents
- Returns:
- the contents
-
setContents
- Parameters:
contents
- the contents to set
-