public class TrustPolicy extends Object
| Constructor and Description |
|---|
TrustPolicy() |
| Modifier and Type | Method and Description |
|---|---|
PolicyStatus |
status()
Get the status value.
|
TrustPolicyType |
type()
Get the type value.
|
TrustPolicy |
withStatus(PolicyStatus status)
Set the status value.
|
TrustPolicy |
withType(TrustPolicyType type)
Set the type value.
|
public TrustPolicyType type()
public TrustPolicy withType(TrustPolicyType type)
type - the type value to setpublic PolicyStatus status()
public TrustPolicy withStatus(PolicyStatus status)
status - the status value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/