public class Secret extends Object
| Constructor and Description |
|---|
Secret()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
SecretAttributes |
getAttributes() |
String |
getContentType() |
String |
getId() |
SecretIdentifier |
getSecretIdentifier() |
Map<String,String> |
getTags() |
String |
getValue() |
void |
setAttributes(SecretAttributes attributesValue) |
void |
setContentType(String contentTypeValue) |
void |
setId(String id) |
void |
setTags(Map<String,String> tagsValue) |
void |
setValue(String valueValue) |
String |
toString() |
public String getValue()
public void setValue(String valueValue)
valueValue - The Value valuepublic String getContentType()
public void setContentType(String contentTypeValue)
contentTypeValue - The ContentType valuepublic String getId()
public void setId(String id)
id - The Id valuepublic SecretAttributes getAttributes()
public void setAttributes(SecretAttributes attributesValue)
attributesValue - The Attributes valuepublic SecretIdentifier getSecretIdentifier()
/**
* 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.
*/