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.AtlanStructComplex embedded attributes for Guacamole objects.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGuacamoleStruct.GuacamoleStructBuilder<C extends GuacamoleStruct,B extends GuacamoleStruct.GuacamoleStructBuilder<C,B>>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedGuacamoleStruct(GuacamoleStruct.GuacamoleStructBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GuacamoleStruct.GuacamoleStructBuilder<?,?>builder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetGuacamoleComplexOne()TBCjava.lang.LonggetGuacamoleComplexTwo()TBCjava.lang.StringgetTypeName()Fixed typeName for GuacamoleStruct.inthashCode()static GuacamoleStructof(java.lang.String guacamoleComplexOne, java.lang.Long guacamoleComplexTwo)Quickly create a new GuacamoleStruct.GuacamoleStruct.GuacamoleStructBuilder<?,?>toBuilder()java.lang.StringtoString()
-
-
-
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:
equalsin classcom.atlan.model.structs.AtlanStruct
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classcom.atlan.model.structs.AtlanStruct
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.atlan.model.structs.AtlanStruct
-
toString
public java.lang.String toString()
- Overrides:
toStringin classcom.atlan.model.core.AtlanObject
-
getTypeName
public java.lang.String getTypeName()
Fixed typeName for GuacamoleStruct.- Overrides:
getTypeNamein classcom.atlan.model.structs.AtlanStruct
-
-