Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
PrivateParameter[] |
OriginDetail.getPrivateParameters()
Get The private authentication parameters.
|
PrivateParameter[] |
OriginInfo.getPrivateParameters()
Get The private authentication parameters.
|
PrivateParameter[] |
OriginRecord.getPrivateParameters()
Get The authentication parameter, which is used when `Private=true`.
|
Modifier and Type | Method and Description |
---|---|
void |
OriginDetail.setPrivateParameters(PrivateParameter[] PrivateParameters)
Set The private authentication parameters.
|
void |
OriginInfo.setPrivateParameters(PrivateParameter[] PrivateParameters)
Set The private authentication parameters.
|
void |
OriginRecord.setPrivateParameters(PrivateParameter[] PrivateParameters)
Set The authentication parameter, which is used when `Private=true`.
|
Constructor and Description |
---|
PrivateParameter(PrivateParameter source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.