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 ResourceEntity
public String getName()
getName
in interface ResourceEntity
public String getDomain()
Policy
public String getProject()
Policy
getProject
in interface Policy
public String getUser()
Policy
public Map<String,Object> getData()
Policy
public Map<String,Object> getSpec()
Policy
public String getType()
Policy
public Date getCreatedAt()
Policy
getCreatedAt
in interface Policy
public Date getUpdatedAt()
Policy
getUpdatedAt
in interface Policy
Copyright © 2017. All rights reserved.