Class GuacamoleStruct
- java.lang.Object
-
- com.atlan.model.core.AtlanObject
-
- com.atlan.model.structs.AtlanStruct
-
- com.probable.guacamole.model.structs.GuacamoleStruct
-
- All Implemented Interfaces:
java.io.Serializable
@Generated("com.probable.guacamole.generators.POJOGenerator") public class GuacamoleStruct extends com.atlan.model.structs.AtlanStruct
Complex embedded attributes for Guacamole objects.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GuacamoleStruct.GuacamoleStructBuilder<C extends GuacamoleStruct,B extends GuacamoleStruct.GuacamoleStructBuilder<C,B>>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
GuacamoleStruct(GuacamoleStruct.GuacamoleStructBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GuacamoleStruct.GuacamoleStructBuilder<?,?>
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getGuacamoleComplexOne()
TBCjava.lang.Long
getGuacamoleComplexTwo()
TBCjava.lang.String
getTypeName()
Fixed typeName for GuacamoleStruct.int
hashCode()
static GuacamoleStruct
of(java.lang.String guacamoleComplexOne, java.lang.Long guacamoleComplexTwo)
Quickly create a new GuacamoleStruct.GuacamoleStruct.GuacamoleStructBuilder<?,?>
toBuilder()
java.lang.String
toString()
-
-
-
Field Detail
-
TYPE_NAME
public static final java.lang.String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GuacamoleStruct
protected GuacamoleStruct(GuacamoleStruct.GuacamoleStructBuilder<?,?> b)
-
-
Method Detail
-
of
public static GuacamoleStruct of(java.lang.String guacamoleComplexOne, java.lang.Long guacamoleComplexTwo)
Quickly create a new GuacamoleStruct.- Parameters:
guacamoleComplexOne
- TBCguacamoleComplexTwo
- TBC- Returns:
- a GuacamoleStruct with the provided information
-
builder
public static GuacamoleStruct.GuacamoleStructBuilder<?,?> builder()
-
toBuilder
public GuacamoleStruct.GuacamoleStructBuilder<?,?> toBuilder()
-
getGuacamoleComplexOne
public java.lang.String getGuacamoleComplexOne()
TBC
-
getGuacamoleComplexTwo
public java.lang.Long getGuacamoleComplexTwo()
TBC
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classcom.atlan.model.structs.AtlanStruct
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqual
in classcom.atlan.model.structs.AtlanStruct
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.atlan.model.structs.AtlanStruct
-
toString
public java.lang.String toString()
- Overrides:
toString
in classcom.atlan.model.core.AtlanObject
-
getTypeName
public java.lang.String getTypeName()
Fixed typeName for GuacamoleStruct.- Overrides:
getTypeName
in classcom.atlan.model.structs.AtlanStruct
-
-