public class BootstrapActionConfig
extends java.lang.Object
implements java.io.Serializable
Configuration of a bootstrap action.
| コンストラクタと説明 |
|---|
BootstrapActionConfig()
Default constructor for a new BootstrapActionConfig object.
|
BootstrapActionConfig(java.lang.String name,
ScriptBootstrapActionConfig scriptBootstrapAction)
Constructs a new BootstrapActionConfig object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The name of the bootstrap action.
|
ScriptBootstrapActionConfig |
getScriptBootstrapAction()
The script run by the bootstrap action.
|
int |
hashCode() |
void |
setName(java.lang.String name)
The name of the bootstrap action.
|
void |
setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BootstrapActionConfig |
withName(java.lang.String name)
The name of the bootstrap action.
|
BootstrapActionConfig |
withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action.
|
public BootstrapActionConfig()
public BootstrapActionConfig(java.lang.String name,
ScriptBootstrapActionConfig scriptBootstrapAction)
name - The name of the bootstrap action.scriptBootstrapAction - The script run by the bootstrap action.public java.lang.String getName()
Constraints:
Length: 0 - 256
Pattern: [ --�𐀀-\r\n\t]*
public void setName(java.lang.String name)
Constraints:
Length: 0 - 256
Pattern: [ --�𐀀-\r\n\t]*
name - The name of the bootstrap action.public BootstrapActionConfig withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
Pattern: [ --�𐀀-\r\n\t]*
name - The name of the bootstrap action.public ScriptBootstrapActionConfig getScriptBootstrapAction()
public void setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
scriptBootstrapAction - The script run by the bootstrap action.public BootstrapActionConfig withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
Returns a reference to this object so that method calls can be chained together.
scriptBootstrapAction - The script run by the bootstrap action.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object