public abstract class AbstractIdentityZone extends Object
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getCreatedAt()
The creation date of the identity zone.
|
String |
getDescription()
The description of the identity zone.
|
String |
getIdentityZoneId()
The id of the identity zone.
|
String |
getName()
The name of the identity zone.
|
String |
getSubdomain()
The unique sub domain.
|
Long |
getUpdatedAt()
The last modification date of the identity zone.
|
Integer |
getVersion()
The version of the identity zone.
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public Long getCreatedAt()
@Generated(value="lombok") public String getDescription()
@Generated(value="lombok") public String getIdentityZoneId()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public String getSubdomain()
@Generated(value="lombok") public Long getUpdatedAt()
@Generated(value="lombok") public Integer getVersion()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.