public class PutRepositoryTriggersResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a put repository triggers operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
configurationId
The system-generated unique ID for the create or update operation.
|
Constructor and Description |
---|
PutRepositoryTriggersResult() |
Modifier and Type | Method and Description |
---|---|
PutRepositoryTriggersResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationId()
The system-generated unique ID for the create or update operation.
|
int |
hashCode() |
void |
setConfigurationId(java.lang.String configurationId)
The system-generated unique ID for the create or update operation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutRepositoryTriggersResult |
withConfigurationId(java.lang.String configurationId)
The system-generated unique ID for the create or update operation.
|
private java.lang.String configurationId
The system-generated unique ID for the create or update operation.
public void setConfigurationId(java.lang.String configurationId)
The system-generated unique ID for the create or update operation.
configurationId
- The system-generated unique ID for the create or update operation.public java.lang.String getConfigurationId()
The system-generated unique ID for the create or update operation.
public PutRepositoryTriggersResult withConfigurationId(java.lang.String configurationId)
The system-generated unique ID for the create or update operation.
configurationId
- The system-generated unique ID for the create or update operation.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PutRepositoryTriggersResult clone()
clone
in class java.lang.Object