public class LaunchPermissionModifications
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
LaunchPermissionModifications() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<LaunchPermission> |
getAdd()
Returns the value of the Add property for this object.
|
java.util.List<LaunchPermission> |
getRemove()
Returns the value of the Remove property for this object.
|
int |
hashCode() |
void |
setAdd(java.util.Collection<LaunchPermission> add)
Sets the value of the Add property for this object.
|
void |
setRemove(java.util.Collection<LaunchPermission> remove)
Sets the value of the Remove property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LaunchPermissionModifications |
withAdd(java.util.Collection<LaunchPermission> add)
Sets the value of the Add property for this object.
|
LaunchPermissionModifications |
withAdd(LaunchPermission... add)
Sets the value of the Add property for this object.
|
LaunchPermissionModifications |
withRemove(java.util.Collection<LaunchPermission> remove)
Sets the value of the Remove property for this object.
|
LaunchPermissionModifications |
withRemove(LaunchPermission... remove)
Sets the value of the Remove property for this object.
|
public java.util.List<LaunchPermission> getAdd()
public void setAdd(java.util.Collection<LaunchPermission> add)
add - The new value for the Add property for this object.public LaunchPermissionModifications withAdd(LaunchPermission... add)
Returns a reference to this object so that method calls can be chained together.
add - The new value for the Add property for this object.public LaunchPermissionModifications withAdd(java.util.Collection<LaunchPermission> add)
Returns a reference to this object so that method calls can be chained together.
add - The new value for the Add property for this object.public java.util.List<LaunchPermission> getRemove()
public void setRemove(java.util.Collection<LaunchPermission> remove)
remove - The new value for the Remove property for this object.public LaunchPermissionModifications withRemove(LaunchPermission... remove)
Returns a reference to this object so that method calls can be chained together.
remove - The new value for the Remove property for this object.public LaunchPermissionModifications withRemove(java.util.Collection<LaunchPermission> remove)
Returns a reference to this object so that method calls can be chained together.
remove - The new value for the Remove property for this object.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