| Package | Description |
|---|---|
| com.baidu.hugegraph.license |
| Modifier and Type | Method and Description |
|---|---|
LicenseExtraParam |
LicenseParams.matchParam(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseExtraParam> |
LicenseCommonParam.extraParams() |
| Constructor and Description |
|---|
LicenseCommonParam(String subject,
String description,
Date issued,
Date notBefore,
Date notAfter,
String consumerType,
int consumerAmount,
List<LicenseExtraParam> extraParams) |
LicenseParams(String subject,
String description,
Date issued,
Date notBefore,
Date notAfter,
String consumerType,
int consumerAmount,
List<LicenseExtraParam> extraParams) |
Copyright © 2021. All rights reserved.