| Package | Description |
|---|---|
| com.baidubce.services.iothisk.model |
| Modifier and Type | Method and Description |
|---|---|
EncodeType |
CipherRequest.getCipherEncodeType()
Get the cipher message encoding type.
|
EncodeType |
CipherRequest.getType()
Get the message encoding type.
|
EncodeType |
ActiveRequest.getType()
Get data encoding type.
|
static EncodeType |
EncodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodeType[] |
EncodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CipherRequest.setCipherEncodeType(EncodeType encodeType)
Set the cipher message encoding type.
|
void |
CipherRequest.setType(EncodeType encodeType)
Set the message encoding type.
|
void |
ActiveRequest.setType(EncodeType encodeType)
Set data encoding type.
|
Copyright © 2024. All rights reserved.