public class Attributes extends Object
| Constructor and Description |
|---|
Attributes() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
created()
Get the created value.
|
Boolean |
enabled()
Get the enabled value.
|
org.joda.time.DateTime |
expires()
Get the expires value.
|
org.joda.time.DateTime |
notBefore()
Get the notBefore value.
|
org.joda.time.DateTime |
updated()
Get the updated value.
|
Attributes |
withEnabled(Boolean enabled)
Set the enabled value.
|
Attributes |
withExpires(org.joda.time.DateTime expires)
Set the expires value.
|
Attributes |
withNotBefore(org.joda.time.DateTime notBefore)
Set the notBefore value.
|
public Boolean enabled()
public Attributes withEnabled(Boolean enabled)
enabled - the enabled value to setpublic org.joda.time.DateTime notBefore()
public Attributes withNotBefore(org.joda.time.DateTime notBefore)
notBefore - the notBefore value to setpublic org.joda.time.DateTime expires()
public Attributes withExpires(org.joda.time.DateTime expires)
expires - the expires value to setpublic org.joda.time.DateTime created()
public org.joda.time.DateTime updated()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/