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 Stringcreated()API.Stored_Certcreated(String created)Optional<String>deleted()API.Stored_Certdeleted(String deleted)Optional<String>expires()API.Stored_Certexpires(String expires)Longid()API.Stored_Certid(Long id)Optional<byte[]>key()API.Stored_Certkey(byte[] key)Optional<Long[]>labels()API.Stored_Certlabels(Long[] labels)Stringname()API.Stored_Certname(String name)Optional<byte[]>pkcs12Store()API.Stored_Certpkcs12Store(byte[] pkcs12Store)Optional<String[]>tags()API.Stored_Certtags(String[] tags)Optional<API.Cert.Type>type()API.Stored_Certtype(API.Cert.Type type)Stringupdated()API.Stored_Certupdated(String updated)Optional<Long>updatedBy()API.Stored_CertupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.Stored_CertupdatedFrom(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)
-
-