Package com.onslip360
Class API.Stored_Cert
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Stored_Cert>
-
- com.onslip360.API.Stored_Cert
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Stored_Cert>>
- Enclosing class:
- API
public static class API.Stored_Cert extends Onslip360Object<API.Stored_Cert>
-
-
Constructor Summary
Constructors Constructor Description Stored_Cert(String created, Long id, String name, String updated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
created()
API.Stored_Cert
created(String created)
Optional<String>
deleted()
API.Stored_Cert
deleted(String deleted)
Optional<String>
expires()
API.Stored_Cert
expires(String expires)
Long
id()
API.Stored_Cert
id(Long id)
Optional<byte[]>
key()
API.Stored_Cert
key(byte[] key)
Optional<Long[]>
labels()
API.Stored_Cert
labels(Long[] labels)
String
name()
API.Stored_Cert
name(String name)
Optional<byte[]>
pkcs12Store()
API.Stored_Cert
pkcs12Store(byte[] pkcs12Store)
Optional<String[]>
tags()
API.Stored_Cert
tags(String[] tags)
Optional<API.Cert.Type>
type()
API.Stored_Cert
type(API.Cert.Type type)
String
updated()
API.Stored_Cert
updated(String updated)
Optional<Long>
updatedBy()
API.Stored_Cert
updatedBy(Long updatedBy)
Optional<Long>
updatedFrom()
API.Stored_Cert
updatedFrom(Long updatedFrom)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
created
@Nonnull public String created()
-
id
@Nonnull public Long id()
-
key
@Nonnull public Optional<byte[]> key()
-
name
@Nonnull public String name()
-
pkcs12Store
@Nonnull public Optional<byte[]> pkcs12Store()
-
type
@Nonnull public Optional<API.Cert.Type> type()
-
updated
@Nonnull public String updated()
-
created
@Nonnull public API.Stored_Cert created(String created)
-
deleted
@Nonnull public API.Stored_Cert deleted(@Nullable String deleted)
-
expires
@Nonnull public API.Stored_Cert expires(@Nullable String expires)
-
id
@Nonnull public API.Stored_Cert id(Long id)
-
key
@Nonnull public API.Stored_Cert key(@Nullable byte[] key)
-
labels
@Nonnull public API.Stored_Cert labels(@Nullable Long[] labels)
-
name
@Nonnull public API.Stored_Cert name(String name)
-
pkcs12Store
@Nonnull public API.Stored_Cert pkcs12Store(@Nullable byte[] pkcs12Store)
-
tags
@Nonnull public API.Stored_Cert tags(@Nullable String[] tags)
-
type
@Nonnull public API.Stored_Cert type(@Nullable API.Cert.Type type)
-
updated
@Nonnull public API.Stored_Cert updated(String updated)
-
updatedBy
@Nonnull public API.Stored_Cert updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Stored_Cert updatedFrom(@Nullable Long updatedFrom)
-
-