public class TenantAccountLicenseInfo extends Object implements Serializable
| コンストラクタと説明 |
|---|
TenantAccountLicenseInfo()
テナント内のアカウントライセンス情報伝播オブジェクトを生成します。
|
TenantAccountLicenseInfo(String tenantId,
double maxLicense)
テナントID、最大ライセンス数を指定して、テナント内のアカウントライセンス情報伝播オブジェクトを生成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
double |
getMaxLicense()
最大ライセンス数を返却します。
|
String |
getTenantId()
テナントIDを返却します。
|
void |
setMaxLicense(double maxLicense)
最大ライセンス数を設定します。
|
void |
setTenantId(String tenantId)
テナントIDを設定します。
|
public TenantAccountLicenseInfo()
public TenantAccountLicenseInfo(String tenantId, double maxLicense)
tenantId - テナントIDmaxLicense - 最大ライセンス数public String getTenantId()
public void setTenantId(String tenantId)
tenantId - テナントIDpublic double getMaxLicense()
public void setMaxLicense(double maxLicense)
maxLicense - 最大ライセンス数Copyright © 2012 NTT DATA INTRAMART CORPORATION