public class SenlinPolicy extends Object implements Policy
| Modifier and Type | Class and Description |
|---|---|
static class |
SenlinPolicy.Policy
An inner class for representing lists of senlinPolicy
|
| Constructor and Description |
|---|
SenlinPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt()
Returns the created at time of the policy
|
Map<String,Object> |
getData()
Returns the data of the policy
|
String |
getDomain()
Returns the domain of the policy
|
String |
getId() |
String |
getName() |
String |
getProject()
Returns the project of the policy
|
Map<String,Object> |
getSpec()
Returns the spec of the policy
|
String |
getType()
Returns the type of the policy
|
Date |
getUpdatedAt()
Returns the updated at time of the policy
|
String |
getUser()
Returns the user of the policy
|
String |
toString() |
public String getId()
getId in interface ResourceEntitypublic String getName()
getName in interface ResourceEntitypublic String getDomain()
Policypublic String getProject()
PolicygetProject in interface Policypublic String getUser()
Policypublic Map<String,Object> getData()
Policypublic Map<String,Object> getSpec()
Policypublic String getType()
Policypublic Date getCreatedAt()
PolicygetCreatedAt in interface Policypublic Date getUpdatedAt()
PolicygetUpdatedAt in interface PolicyCopyright © 2017. All rights reserved.