FileStorageInfoInner Class
- java.
lang. Object - com.
azure. resourcemanager. datamigration. fluent. models. FileStorageInfoInner
- com.
Implements
public final class FileStorageInfoInner
implements JsonSerializable<FileStorageInfoInner>
File storage information.
Constructor Summary
| Constructor | Description |
|---|---|
| FileStorageInfoInner() |
Creates an instance of File |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
File |
fromJson(JsonReader jsonReader)
Reads an instance of File |
| Map<String,String> |
headers()
Get the headers property: Dictionary of <string>. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
uri()
Get the uri property: A URI that can be used to access the file content. |
| void |
validate()
Validates the instance. |
|
File |
withHeaders(Map<String,String> headers)
Set the headers property: Dictionary of <string>. |
|
File |
withUri(String uri)
Set the uri property: A URI that can be used to access the file content. |
Methods inherited from java.lang.Object
Constructor Details
FileStorageInfoInner
public FileStorageInfoInner()
Creates an instance of FileStorageInfoInner class.
Method Details
fromJson
public static FileStorageInfoInner fromJson(JsonReader jsonReader)
Reads an instance of FileStorageInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
headers
public Map<String,String> headers()
Get the headers property: Dictionary of <string>.
Returns:
toJson
uri
public String uri()
Get the uri property: A URI that can be used to access the file content.
Returns:
validate
public void validate()
Validates the instance.
withHeaders
public FileStorageInfoInner withHeaders(Map<String,String> headers)
Set the headers property: Dictionary of <string>.
Parameters:
Returns:
withUri
public FileStorageInfoInner withUri(String uri)
Set the uri property: A URI that can be used to access the file content.
Parameters:
Returns: