public class StorageModelRqOfContactDto extends Object
Constructor and Description |
---|
StorageModelRqOfContactDto() |
StorageModelRqOfContactDto(ContactDto value,
StorageFolderLocation storageFolder)
Initializes a new instance of the StorageModelRqOfContactDto
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
StorageFolderLocation |
getStorageFolder()
Get storageFolder
|
ContactDto |
getValue()
Get value
|
int |
hashCode() |
void |
setStorageFolder(StorageFolderLocation storageFolder)
Set storageFolder.
|
void |
setValue(ContactDto value)
Set value.
|
StorageModelRqOfContactDto |
storageFolder(StorageFolderLocation storageFolder)
Set storageFolder and return this.
|
String |
toString() |
StorageModelRqOfContactDto |
value(ContactDto value)
Set value and return this.
|
public StorageModelRqOfContactDto()
public StorageModelRqOfContactDto(ContactDto value, StorageFolderLocation storageFolder)
value
- storageFolder
- public StorageModelRqOfContactDto value(ContactDto value)
value
- public ContactDto getValue()
public void setValue(ContactDto value)
value
- public StorageModelRqOfContactDto storageFolder(StorageFolderLocation storageFolder)
storageFolder
- public StorageFolderLocation getStorageFolder()
public void setStorageFolder(StorageFolderLocation storageFolder)
storageFolder
- Copyright © 2020. All rights reserved.