public class UploadedTrustedCertInfoRepresentation extends AbstractExtensibleRepresentation
Constructor and Description |
---|
UploadedTrustedCertInfoRepresentation() |
UploadedTrustedCertInfoRepresentation(@NonNull String certInPemFormat,
@NonNull String status,
String name,
boolean autoRegistrationEnabled) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
@NonNull String |
getCertInPemFormat() |
String |
getName() |
@NonNull String |
getStatus() |
int |
hashCode() |
boolean |
isAutoRegistrationEnabled() |
void |
setAutoRegistrationEnabled(boolean autoRegistrationEnabled) |
void |
setCertInPemFormat(@NonNull String certInPemFormat) |
void |
setName(String name) |
void |
setStatus(@NonNull String status) |
String |
toString() |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON
public UploadedTrustedCertInfoRepresentation()
@NonNull public @NonNull String getCertInPemFormat()
@NonNull public @NonNull String getStatus()
public String getName()
public boolean isAutoRegistrationEnabled()
public void setCertInPemFormat(@NonNull @NonNull String certInPemFormat)
public void setStatus(@NonNull @NonNull String status)
public void setName(String name)
public void setAutoRegistrationEnabled(boolean autoRegistrationEnabled)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.