TestProxyRecordingOptions.Certificate Class
- java.
lang. Object - com.
azure. core. test. models. TestProxyRecordingOptions. Certificate
- com.
public static class TestProxyRecordingOptions.Certificate
Model representing the certificate item object
Constructor Summary
| Constructor | Description | |
|---|---|---|
| Certificate() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getPemKey()
Get the cert pem key |
| String |
getPemValue()
Get the cert pem value |
| Certificate |
setPemKey(String pemKey)
Get the cert pem key |
| Certificate |
setPemValue(String pemValue)
Set the cert pem value |
Methods inherited from java.lang.Object
Constructor Details
Certificate
public Certificate()
Method Details
getPemKey
public String getPemKey()
Get the cert pem key
Returns:
getPemValue
public String getPemValue()
Get the cert pem value
Returns:
setPemKey
public TestProxyRecordingOptions.Certificate setPemKey(String pemKey)
Get the cert pem key
Parameters:
Returns:
setPemValue
public TestProxyRecordingOptions.Certificate setPemValue(String pemValue)
Set the cert pem value
Parameters:
Returns: