Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TLicenseContentResp
-
-
Uses of TLicenseContentResp in org.apache.iotdb.confignode.rpc.thrift
Methods in org.apache.iotdb.confignode.rpc.thrift that return TLicenseContentResp Modifier and Type Method Description TLicenseContentRespTLicenseContentResp. deepCopy()TLicenseContentRespTLicenseContentResp. setLicenseContent(TLicense licenseContent)TLicenseContentRespTLicenseContentResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TLicenseContentResp Modifier and Type Method Description intTLicenseContentResp. compareTo(TLicenseContentResp other)booleanTLicenseContentResp. equals(TLicenseContentResp that)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TLicenseContentResp Constructor Description TLicenseContentResp(TLicenseContentResp other)Performs a deep copy on other.
-