public static class ServiceCertificateListResponse.Certificate extends Object
| Constructor and Description |
|---|
ServiceCertificateListResponse.Certificate() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getCertificateUri()
Optional.
|
byte[] |
getData()
Optional.
|
String |
getThumbprint()
Optional.
|
String |
getThumbprintAlgorithm()
Optional.
|
void |
setCertificateUri(URI certificateUriValue)
Optional.
|
void |
setData(byte[] dataValue)
Optional.
|
void |
setThumbprint(String thumbprintValue)
Optional.
|
void |
setThumbprintAlgorithm(String thumbprintAlgorithmValue)
Optional.
|
public ServiceCertificateListResponse.Certificate()
public URI getCertificateUri()
public void setCertificateUri(URI certificateUriValue)
certificateUriValue - The CertificateUri value.public byte[] getData()
public void setData(byte[] dataValue)
dataValue - The Data value.public String getThumbprint()
public void setThumbprint(String thumbprintValue)
thumbprintValue - The Thumbprint value.public String getThumbprintAlgorithm()
public void setThumbprintAlgorithm(String thumbprintAlgorithmValue)
thumbprintAlgorithmValue - The ThumbprintAlgorithm value./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/