Uses of Class
com.baidubce.services.iothisk.model.EncodeType

Packages that use EncodeType
com.baidubce.services.iothisk.model   
 

Uses of EncodeType in com.baidubce.services.iothisk.model
 

Methods in com.baidubce.services.iothisk.model that return EncodeType
 EncodeType CipherRequest.getCipherEncodeType()
          Get the cipher message encoding type.
 EncodeType ActiveRequest.getType()
          Get data encoding type.
 EncodeType CipherRequest.getType()
          Get the message 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.
 

Methods in com.baidubce.services.iothisk.model with parameters of type EncodeType
 void CipherRequest.setCipherEncodeType(EncodeType encodeType)
          Set the cipher message encoding type.
 void ActiveRequest.setType(EncodeType encodeType)
          Set data encoding type.
 void CipherRequest.setType(EncodeType encodeType)
          Set the message encoding type.
 



Copyright © 2018. All rights reserved.