public abstract class BaseResourceEntity extends Object implements ResourceEntity
Modifier and Type | Field and Description |
---|---|
protected String |
resourceName |
Constructor and Description |
---|
BaseResourceEntity() |
Modifier and Type | Method and Description |
---|---|
static boolean |
containsSas(String blobPath) |
String |
getBlobName()
Get the blob name on Azure Storage.
|
String |
getBlobPath()
Get the blob path on Azure Storage.
|
String |
getResourceName()
Get the resource name.
|
protected void |
setBlobName(String blobName) |
void |
setBlobPath(String blobPath)
Set the uploaded blob path on Azure Storage.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSourcePath, requireUnzip, requireZip
protected String resourceName
public final String getResourceName()
ResourceEntity
getResourceName
in interface ResourceEntity
public final String getBlobPath()
ResourceEntity
getBlobPath
in interface ResourceEntity
public final void setBlobPath(String blobPath)
ResourceEntity
setBlobPath
in interface ResourceEntity
blobPath
- the blobPath to setpublic final String getBlobName()
ResourceEntity
getBlobName
in interface ResourceEntity
protected final void setBlobName(String blobName)
public static boolean containsSas(String blobPath)
Copyright © 2016. All rights reserved.