Class ProbeRepresentation.ExecActionRepresentation
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.rest.representation.AbstractExtensibleRepresentation
-
- com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.ExecActionRepresentation
-
- All Implemented Interfaces:
ResourceRepresentation,org.svenson.DynamicProperties
- Enclosing class:
- ProbeRepresentation
public static class ProbeRepresentation.ExecActionRepresentation extends AbstractExtensibleRepresentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilder
-
Constructor Summary
Constructors Constructor Description ExecActionRepresentation()ExecActionRepresentation(List<String> command)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getCommand()inthashCode()voidsetCommand(List<String> command)StringtoString()-
Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
-
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON
-
-
-
-
Method Detail
-
builder
public static ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilder builder()
-
canEqual
protected boolean canEqual(Object other)
-
toString
public String toString()
- Overrides:
toStringin classBaseResourceRepresentation
-
-