public class ResourceFile extends Object
| Constructor and Description |
|---|
ResourceFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
blobSource()
Get the blobSource value.
|
String |
fileMode()
Get the fileMode value.
|
String |
filePath()
Get the filePath value.
|
ResourceFile |
withBlobSource(String blobSource)
Set the blobSource value.
|
ResourceFile |
withFileMode(String fileMode)
Set the fileMode value.
|
ResourceFile |
withFilePath(String filePath)
Set the filePath value.
|
public String blobSource()
public ResourceFile withBlobSource(String blobSource)
blobSource - the blobSource value to setpublic String filePath()
public ResourceFile withFilePath(String filePath)
filePath - the filePath value to setpublic String fileMode()
public ResourceFile withFileMode(String fileMode)
fileMode - the fileMode value to setCopyright © 2019. All rights reserved.