@ApiModelProperty( access = "public", name = "amount", example = "123.45", value = "the amount - in this example without currency.") public String getAmount() { return amount; }
/** * Get self * @return self **/ @ApiModelProperty(value = "") public Link getSelf() { return self; }
/** * A flag indicating that receiving marketing information has been accepted. * @return isMarketingAccepted **/ @ApiModelProperty(value = "A flag indicating that receiving marketing information has been accepted.") public Boolean getIsMarketingAccepted() { return isMarketingAccepted; }
/** * Get propertyClass * @return propertyClass **/ @JsonProperty("_class") @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; }
/** * Get computer * @return computer **/ @ApiModelProperty(value = "") public List<HudsonMasterComputer> getComputer() { return computer; }
/** * Get endTime * @return endTime **/ @JsonProperty("endTime") @ApiModelProperty(value = "") public String getEndTime() { return endTime; }
@ApiModelProperty(value = "") @JsonProperty("runs") public Link getRuns() { return runs; }
/** * Get links * @return links **/ @JsonProperty("_links") @ApiModelProperty(value = "") public GithubRepositorylinks getLinks() { return links; }
/** * A set of [CatalogModifierList](#type-catalogmodifierlist) IDs to be used to find associated [CatalogItem](#type-catalogitem)s. * @return modifierListIds **/ @ApiModelProperty(required = true, value = "A set of [CatalogModifierList](#type-catalogmodifierlist) IDs to be used to find associated [CatalogItem](#type-catalogitem)s.") public List<String> getModifierListIds() { return modifierListIds; }
/** * Observable determines whether you can subscribe to changes for this resource. It can have values \"true\" or \"false\". * @return obs **/ @ApiModelProperty(value = "Observable determines whether you can subscribe to changes for this resource. It can have values \"true\" or \"false\". ") public Boolean getObs() { return obs; }
/** * Get availablePhysicalMemory * @return availablePhysicalMemory **/ @JsonProperty("availablePhysicalMemory") @ApiModelProperty(value = "") public Integer getAvailablePhysicalMemory() { return availablePhysicalMemory; }
/** * Get displayName * @return displayName **/ @JsonProperty("displayName") @ApiModelProperty(value = "") public String getDisplayName() { return displayName; }
/** * Minimum length for the password. A number between 8 and 512. * @return minimumLength **/ @ApiModelProperty(required = true, value = "Minimum length for the password. A number between 8 and 512.") public String getMinimumLength() { return minimumLength; }
/** * Phone number, not longer than 100 characters. * @return phoneNumber **/ @ApiModelProperty(value = "Phone number, not longer than 100 characters.") public String getPhoneNumber() { return phoneNumber; }
/** * Get idle * @return idle **/ @ApiModelProperty(value = "") public Boolean isIdle() { return idle; }
/** * Get propertyClass * @return propertyClass **/ @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; }
/** * Get dimensions * @return dimensions **/ @ApiModelProperty(example = "null", value = "") public DimensionsDTO getDimensions() { return dimensions; }
@ApiModelProperty(value = "") @JsonProperty("task") public FreeStyleProject getTask() { return task; }
/** * The labels in this flow. * @return labels **/ @ApiModelProperty(example = "null", value = "The labels in this flow.") public List<LabelEntity> getLabels() { return labels; }
@ApiModelProperty(value = "URL for fetching the generated client", example = "http://generator.swagger.io:80/api/gen/download/d40029be-eda6-4d62-b1ef-d05e2e91a72a") public String getLink() { return link; }
/** * DEPRECATED: The last deployment used on the device. * @return deployment **/ @ApiModelProperty(value = "DEPRECATED: The last deployment used on the device.") public String getDeployment() { return deployment; }
/** * The unique ID that identifies the node * @return nodeId **/ @ApiModelProperty(example = "null", value = "The unique ID that identifies the node") public String getNodeId() { return nodeId; }
/** * The access policies this user belongs to. * @return accessPolicies **/ @ApiModelProperty(example = "null", value = "The access policies this user belongs to.") public List<AccessPolicySummaryEntity> getAccessPolicies() { return accessPolicies; }
/** * All of the inclusive taxes associated with the payment. * @return inclusiveTax **/ @ApiModelProperty(value = "All of the inclusive taxes associated with the payment.") public List<V1PaymentTax> getInclusiveTax() { return inclusiveTax; }
/** * Get object * @return object **/ @ApiModelProperty(value = "") public String getObject() { return object; }
/** * The label for the node where this FlowFile resides. * @return clusterNodeAddress **/ @ApiModelProperty(example = "null", value = "The label for the node where this FlowFile resides.") public String getClusterNodeAddress() { return clusterNodeAddress; }
/** * Get took * @return took **/ @ApiModelProperty(example = "null", value = "") public Long getTook() { return took; }
/** * Get id * @return id **/ @ApiModelProperty(example = "2222f1ee-6c54-4b01-90e6-d701748f2222", required = true, value = "") public String getId() { return id; }
/** * A client identifier used to make a request. By including a client identifier, the API can allow multiple requests without needing the current revision. Due to the asynchronous nature of requests/responses this was implemented to allow the client to make numerous requests without having to wait for the previous response to come back * @return clientId **/ @ApiModelProperty(example = "null", value = "A client identifier used to make a request. By including a client identifier, the API can allow multiple requests without needing the current revision. Due to the asynchronous nature of requests/responses this was implemented to allow the client to make numerous requests without having to wait for the previous response to come back") public String getClientId() { return clientId; }
/** * The latest event time to include in the query. * @return endDate **/ @ApiModelProperty(example = "null", value = "The latest event time to include in the query.") public String getEndDate() { return endDate; }
/** * Get products * @return products **/ @ApiModelProperty(value = "") public List<Product> getProducts() { return products; }
/** * Get dateRange * @return dateRange **/ @ApiModelProperty(example = "null", value = "") public DateRange getDateRange() { return dateRange; }
@ApiModelProperty("The display name of the property") public String getDisplayName() { return displayName; }
/** * Get nodeResults * @return nodeResults **/ @ApiModelProperty(example = "null", value = "") public List<NodeSearchResultDTO> getNodeResults() { return nodeResults; }
/** * Get endpointType * @return endpointType **/ @ApiModelProperty(value = "") public String getEndpointType() { return endpointType; }
/** * The node's status. * @return status **/ @ApiModelProperty(example = "null", value = "The node's status.") public String getStatus() { return status; }
/** * A list of [CatalogObject](#type-catalogobject)s referenced by the objects in the `objects` field. * @return relatedObjects **/ @ApiModelProperty(value = "A list of [CatalogObject](#type-catalogobject)s referenced by the objects in the `objects` field.") public List<CatalogObject> getRelatedObjects() { return relatedObjects; }
/** * The shipping cost for the order. * @return totalShippingMoney **/ @ApiModelProperty(value = "The shipping cost for the order.") public V1Money getTotalShippingMoney() { return totalShippingMoney; }
/** * Get launchSupported * @return launchSupported **/ @ApiModelProperty(value = "") public Boolean isLaunchSupported() { return launchSupported; }