public class HostedServiceGetExtensionResponse extends OperationResponse
| Constructor and Description |
|---|
HostedServiceGetExtensionResponse()
Initializes a new instance of the HostedServiceGetExtensionResponse class.
|
HostedServiceGetExtensionResponse(String type)
Initializes a new instance of the HostedServiceGetExtensionResponse class
with required arguments.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Optional.
|
String |
getProviderNamespace()
Optional.
|
String |
getPublicConfiguration()
Optional.
|
String |
getThumbprint()
Optional.
|
String |
getThumbprintAlgorithm()
Optional.
|
String |
getType()
Required.
|
String |
getVersion()
Optional.
|
void |
setId(String idValue)
Optional.
|
void |
setProviderNamespace(String providerNamespaceValue)
Optional.
|
void |
setPublicConfiguration(String publicConfigurationValue)
Optional.
|
void |
setThumbprint(String thumbprintValue)
Optional.
|
void |
setThumbprintAlgorithm(String thumbprintAlgorithmValue)
Optional.
|
void |
setType(String typeValue)
Required.
|
void |
setVersion(String versionValue)
Optional.
|
getRequestId, getStatusCode, setRequestId, setStatusCodepublic HostedServiceGetExtensionResponse()
public HostedServiceGetExtensionResponse(String type)
public String getId()
public void setId(String idValue)
idValue - The Id value.public String getProviderNamespace()
public void setProviderNamespace(String providerNamespaceValue)
providerNamespaceValue - The ProviderNamespace value.public String getPublicConfiguration()
public void setPublicConfiguration(String publicConfigurationValue)
publicConfigurationValue - The PublicConfiguration 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.public String getType()
public void setType(String typeValue)
typeValue - The Type value.public String getVersion()
public void setVersion(String versionValue)
versionValue - The Version 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.
*/