@Deprecated public class AccountIDImpl extends Object implements AccountID
ClassifiableAccountID替代
Created by davidoff shen on 2017-05-09.| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_ADMINISTRATOR
Deprecated.
|
static int |
TYPE_ORGANIZATION
Deprecated.
|
static int |
TYPE_SIMPLE
Deprecated.
|
static int |
TYPE_TENANT_ADMINISTRATOR
Deprecated.
|
| Constructor and Description |
|---|
AccountIDImpl()
Deprecated.
|
AccountIDImpl(int type,
String id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Deprecated.
|
int |
getType()
Deprecated.
|
String |
serialize()
Deprecated.
|
void |
setId(String id)
Deprecated.
|
void |
setType(int type)
Deprecated.
|
String |
toString()
Deprecated.
|
public static final int TYPE_ADMINISTRATOR
public static final int TYPE_ORGANIZATION
public static final int TYPE_TENANT_ADMINISTRATOR
public static final int TYPE_SIMPLE
public AccountIDImpl()
public AccountIDImpl(int type,
String id)
Copyright © 2020. All rights reserved.