Package io.lakefs.clients.api.model
Class Policy
- java.lang.Object
-
- io.lakefs.clients.api.model.Policy
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Policy extends ObjectPolicy
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATION_DATEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_STATEMENT
-
Constructor Summary
Constructors Constructor Description Policy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyaddStatementItem(Statement statementItem)PolicycreationDate(Long creationDate)booleanequals(Object o)LonggetCreationDate()Unix Epoch in secondsStringgetId()Get idList<Statement>getStatement()Get statementinthashCode()Policyid(String id)voidsetCreationDate(Long creationDate)voidsetId(String id)voidsetStatement(List<Statement> statement)Policystatement(List<Statement> statement)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATION_DATE
public static final String SERIALIZED_NAME_CREATION_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATEMENT
public static final String SERIALIZED_NAME_STATEMENT
- See Also:
- Constant Field Values
-
-