public class ScriptLocation extends Object implements NamedResource
Modifier and Type | Class and Description |
---|---|
static class |
ScriptLocation.Builder
Builder to make script location construction easier.
|
Constructor and Description |
---|
ScriptLocation()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static ScriptLocation.Builder |
builder()
Returns a builder for the script location.
|
String |
getHmac()
Returns the hmac of the location.
|
String |
getName()
Returns the name of the location.
|
void |
setHmac(String hmac)
Sets the hmac of the location.
|
void |
setName(String name)
Sets the name of the location.
|
String |
toString()
Returns a string representation of the object.
|
public void setName(String name)
setName
in interface NamedResource
name
- The name of the locationpublic String getName()
getName
in interface NamedResource
public void setHmac(String hmac)
hmac
- The hmac of the locationpublic String getHmac()
public String toString()
public static ScriptLocation.Builder builder()
Copyright © 2018. All rights reserved.