| Package | Description |
|---|---|
| com.baidubce.services.iotdm.model.v3.domain |
| Modifier and Type | Method and Description |
|---|---|
Domain.DomainType |
Domain.getType() |
Domain.DomainType |
CreateDomainRequest.getType() |
Domain.DomainType |
DomainDetail.getType() |
static Domain.DomainType |
Domain.DomainType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Domain.DomainType[] |
Domain.DomainType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Domain.setType(Domain.DomainType type) |
void |
CreateDomainRequest.setType(Domain.DomainType type) |
void |
DomainDetail.setType(Domain.DomainType type) |
CreateDomainRequest |
CreateDomainRequest.withType(Domain.DomainType type) |
Copyright © 2022. All rights reserved.