public class AddAuthzResourceGroupTaskInfo extends Object implements Serializable
コンストラクタと説明 |
---|
AddAuthzResourceGroupTaskInfo() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDefaultLocaleDisplayName() |
Map<String,String> |
getDescription() |
Map<String,String> |
getDisplayName() |
String |
getNewGroupId() |
String |
getParentGroupId() |
int |
hashCode() |
void |
setDefaultLocaleDisplayName(String defaultLocaleDisplayName)
表示名(テナントのデフォルトロケール用)を設定します。
|
void |
setDescription(Map<String,String> description) |
void |
setDisplayName(Map<String,String> displayName) |
void |
setNewGroupId(String newGroupId)
作成するリソースグループのIDを設定します。
|
void |
setParentGroupId(String parentGroupId)
親リソースグループIDを設定します。
|
String |
toString() |
public void setDefaultLocaleDisplayName(String defaultLocaleDisplayName)
defaultLocaleDisplayName
- 表示名(テナントのデフォルトロケール用)public void setNewGroupId(String newGroupId)
newGroupId
- 作成するリソースグループのIDpublic void setParentGroupId(String parentGroupId)
parentGroupId
- 親リソースグループIDpublic String getNewGroupId()
public String getParentGroupId()
public String getDefaultLocaleDisplayName()
protected boolean canEqual(Object other)
Copyright © 2012 NTT DATA INTRAMART CORPORATION