public class ListResponseOfStorageFileLocation extends Object
Constructor and Description |
---|
ListResponseOfStorageFileLocation() |
ListResponseOfStorageFileLocation(List<StorageFileLocation> value)
Initializes a new instance of the ListResponseOfStorageFileLocation
|
Modifier and Type | Method and Description |
---|---|
ListResponseOfStorageFileLocation |
addValueItem(StorageFileLocation valueItem)
Add an item to value and return this.
|
boolean |
equals(Object o) |
List<StorageFileLocation> |
getValue()
Get value
|
int |
hashCode() |
void |
setValue(List<StorageFileLocation> value)
Set value.
|
String |
toString() |
ListResponseOfStorageFileLocation |
value(List<StorageFileLocation> value)
Set value and return this.
|
public ListResponseOfStorageFileLocation()
public ListResponseOfStorageFileLocation(List<StorageFileLocation> value)
value
- public ListResponseOfStorageFileLocation value(List<StorageFileLocation> value)
value
- public ListResponseOfStorageFileLocation addValueItem(StorageFileLocation valueItem)
valueItem
- An item of:public List<StorageFileLocation> getValue()
public void setValue(List<StorageFileLocation> value)
value
- Copyright © 2020. All rights reserved.