Class Location
java.lang.Object
security.whisper.javastix.sdo.objects.Location
- All Implemented Interfaces:
Serializable,BundleableObject,Stix,StixCommonProperties,StixCustomProperties,StixLabels,StixModified,StixRevoked,StixSpecVersion,DomainObject,LocationSdo,SdoDefaultValidator
@ParametersAreNonnullByDefault
@Generated("org.immutables.processor.ProxyProcessor")
@Immutable
@CheckReturnValue
@Redactable(useMask=false,
redactionMask="\u2588\u2588REDACTED\u2588\u2588")
public final class Location
extends Object
implements LocationSdo
location
A Location represents a geographic location. This object is part of STIX 2.1 specification.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
VALIDATOR -
Method Summary
Modifier and TypeMethodDescriptionstatic Location.Builderbuilder()Creates a builder forLocation.static LocationcopyOf(LocationSdo instance) Creates an immutable copy of aLocationSdovalue.booleanThis instance is equal to all instances ofLocationthat have equal attribute values.getCity()Custom Properties for STIX Objects.com.google.common.collect.ImmutableSet<ExternalReferenceType> com.google.common.collect.ImmutableSet<GranularMarkingDm> booleanDictates if the object is hydrated.getId()com.google.common.collect.ImmutableSet<String> getLang()getName()com.google.common.collect.ImmutableSet<MarkingDefinitionDm> com.google.common.collect.ImmutableSet<RelationshipSro> This is used with the SROs.Helper attribute to track the STIX Spec Version that was used for this object.getType()inthashCode()Computes a hash code from attributes:name,description,latitude,longitude,precision,region,country,administrativeArea,city,streetAddress,postalCode,relationships,hydrated,type,id,createdByRef,created,lang,externalReferences,objectMarkingRefs,granularMarkings,customProperties,labels,modified,revoked.toString()Prints the immutable valueLocationwith attribute values.final LocationwithAdministrativeArea(String value) Copy the current immutable object by setting a present value for the optionaladministrativeAreaattribute.final LocationwithAdministrativeArea(Optional<String> optional) Copy the current immutable object by setting an optional value for theadministrativeAreaattribute.final LocationCopy the current immutable object by setting a present value for the optionalcityattribute.final LocationCopy the current immutable object by setting an optional value for thecityattribute.final LocationwithCountry(String value) Copy the current immutable object by setting a present value for the optionalcountryattribute.final LocationwithCountry(Optional<String> optional) Copy the current immutable object by setting an optional value for thecountryattribute.final LocationwithCreated(StixInstant value) Copy the current immutable object by setting a value for thecreatedattribute.final LocationwithCreatedByRef(Optional<? extends IdentitySdo> optional) Copy the current immutable object by setting an optional value for thecreatedByRefattribute.final LocationwithCreatedByRef(IdentitySdo value) Copy the current immutable object by setting a present value for the optionalcreatedByRefattribute.final LocationwithCustomProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thecustomPropertiesmap with the specified map.final LocationwithDescription(String value) Copy the current immutable object by setting a present value for the optionaldescriptionattribute.final LocationwithDescription(Optional<String> optional) Copy the current immutable object by setting an optional value for thedescriptionattribute.final LocationwithExternalReferences(Iterable<? extends ExternalReferenceType> elements) Copy the current immutable object with elements that replace the content ofexternalReferences.final LocationwithExternalReferences(ExternalReferenceType... elements) Copy the current immutable object with elements that replace the content ofexternalReferences.final LocationwithGranularMarkings(Iterable<? extends GranularMarkingDm> elements) Copy the current immutable object with elements that replace the content ofgranularMarkings.final LocationwithGranularMarkings(GranularMarkingDm... elements) Copy the current immutable object with elements that replace the content ofgranularMarkings.final LocationwithHydrated(boolean value) Copy the current immutable object by setting a value for thehydratedattribute.final LocationCopy the current immutable object by setting a value for theidattribute.final LocationwithLabels(Iterable<String> elements) Copy the current immutable object with elements that replace the content oflabels.final LocationwithLabels(String... elements) Copy the current immutable object with elements that replace the content oflabels.final LocationCopy the current immutable object by setting a present value for the optionallangattribute.final LocationCopy the current immutable object by setting an optional value for thelangattribute.final LocationwithLatitude(double value) Copy the current immutable object by setting a present value for the optionallatitudeattribute.final LocationwithLatitude(Optional<Double> optional) Copy the current immutable object by setting an optional value for thelatitudeattribute.final LocationwithLongitude(double value) Copy the current immutable object by setting a present value for the optionallongitudeattribute.final LocationwithLongitude(Optional<Double> optional) Copy the current immutable object by setting an optional value for thelongitudeattribute.final LocationwithModified(StixInstant value) Copy the current immutable object by setting a value for themodifiedattribute.final LocationCopy the current immutable object by setting a present value for the optionalnameattribute.final LocationCopy the current immutable object by setting an optional value for thenameattribute.final LocationwithObjectMarkingRefs(Iterable<? extends MarkingDefinitionDm> elements) Copy the current immutable object with elements that replace the content ofobjectMarkingRefs.final LocationwithObjectMarkingRefs(MarkingDefinitionDm... elements) Copy the current immutable object with elements that replace the content ofobjectMarkingRefs.final LocationwithPostalCode(String value) Copy the current immutable object by setting a present value for the optionalpostalCodeattribute.final LocationwithPostalCode(Optional<String> optional) Copy the current immutable object by setting an optional value for thepostalCodeattribute.final LocationwithPrecision(double value) Copy the current immutable object by setting a present value for the optionalprecisionattribute.final LocationwithPrecision(Optional<Double> optional) Copy the current immutable object by setting an optional value for theprecisionattribute.final LocationwithRegion(String value) Copy the current immutable object by setting a present value for the optionalregionattribute.final LocationwithRegion(Optional<String> optional) Copy the current immutable object by setting an optional value for theregionattribute.final LocationwithRelationships(Iterable<? extends RelationshipSro> elements) Copy the current immutable object with elements that replace the content ofrelationships.final LocationwithRelationships(RelationshipSro... elements) Copy the current immutable object with elements that replace the content ofrelationships.final LocationwithRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final LocationwithStreetAddress(String value) Copy the current immutable object by setting a present value for the optionalstreetAddressattribute.final LocationwithStreetAddress(Optional<String> optional) Copy the current immutable object by setting an optional value for thestreetAddressattribute.final LocationCopy the current immutable object by setting a value for thetypeattribute.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
validate, validateOnlyIdMethods inherited from interface security.whisper.javastix.common.StixCommonProperties
checkHydrationValidation
-
Method Details
-
getName
@JsonPropertyDescription("A name used to identify the Location.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<String> getName()- Specified by:
getNamein interfaceLocationSdo- Returns:
- The value of the
nameattribute
-
getDescription
@JsonPropertyDescription("A textual description of the Location.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<String> getDescription()- Specified by:
getDescriptionin interfaceLocationSdo- Returns:
- The value of the
descriptionattribute
-
getLatitude
@JsonPropertyDescription("The latitude of the Location in decimal degrees.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<Double> getLatitude()- Specified by:
getLatitudein interfaceLocationSdo- Returns:
- The value of the
latitudeattribute
-
getLongitude
@JsonPropertyDescription("The longitude of the Location in decimal degrees.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<Double> getLongitude()- Specified by:
getLongitudein interfaceLocationSdo- Returns:
- The value of the
longitudeattribute
-
getPrecision
@JsonPropertyDescription("Defines the precision of the coordinates specified by the latitude and longitude properties in meters.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<Double> getPrecision()- Specified by:
getPrecisionin interfaceLocationSdo- Returns:
- The value of the
precisionattribute
-
getRegion
@JsonPropertyDescription("The region that this Location describes. Open Vocabulary: region-ov") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<String> getRegion()- Specified by:
getRegionin interfaceLocationSdo- Returns:
- The value of the
regionattribute
-
getCountry
@JsonPropertyDescription("The country that this Location describes (ISO 3166-1 ALPHA-2 Code).") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<String> getCountry()- Specified by:
getCountryin interfaceLocationSdo- Returns:
- The value of the
countryattribute
-
getAdministrativeArea
@JsonPropertyDescription("The state, province, or other sub-national administrative area that this Location describes.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<String> getAdministrativeArea()- Specified by:
getAdministrativeAreain interfaceLocationSdo- Returns:
- The value of the
administrativeAreaattribute
-
getCity
@JsonPropertyDescription("The city that this Location describes.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<String> getCity()- Specified by:
getCityin interfaceLocationSdo- Returns:
- The value of the
cityattribute
-
getStreetAddress
@JsonPropertyDescription("The street address that this Location describes.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<String> getStreetAddress()- Specified by:
getStreetAddressin interfaceLocationSdo- Returns:
- The value of the
streetAddressattribute
-
getPostalCode
@JsonPropertyDescription("The postal code for this Location.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<String> getPostalCode()- Specified by:
getPostalCodein interfaceLocationSdo- Returns:
- The value of the
postalCodeattribute
-
getRelationships
@Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public com.google.common.collect.ImmutableSet<RelationshipSro> getRelationships()This is used with the SROs. The SRO interface enforces what relationships can be created. The Relationships can then be stored in the Domain object if they choose. Otherwise you would typically add these Relationship SROs that are specific to SDOs, can be grabbed during bundle creation.- Specified by:
getRelationshipsin interfaceDomainObject- Returns:
- Set of Relationship SROs
-
getHydrated
@Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public boolean getHydrated()Dictates if the object is hydrated. Hydration is defined as if the Object has only a "ID" or has been properly hydrated with the expected required fields- Specified by:
getHydratedin interfaceBundleableObject- Specified by:
getHydratedin interfaceStixCommonProperties- Returns:
- boolean
-
getType
@JsonPropertyDescription("The type property identifies the type of STIX Object (SDO, Relationship Object, etc). The value of the type field MUST be one of the types defined by a STIX Object (e.g., indicator).") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public String getType()- Specified by:
getTypein interfaceBundleableObject- Specified by:
getTypein interfaceStixCommonProperties- Returns:
- The value of the
typeattribute
-
getId
@JsonPropertyDescription("Represents identifiers across the CTI specifications. The format consists of the name of the top-level object being identified, followed by two dashes (--), followed by a UUIDv4.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public String getId()- Specified by:
getIdin interfaceBundleableObject- Specified by:
getIdin interfaceStixCommonProperties- Returns:
- The value of the
idattribute
-
getCreatedByRef
@JsonPropertyDescription("Represents identifiers across the CTI specifications. The format consists of the name of the top-level object being identified, followed by two dashes (--), followed by a UUIDv4.") @Redactable(useMask=true, redactionMask="identity--__REDACTED__") public Optional<IdentitySdo> getCreatedByRef()- Specified by:
getCreatedByRefin interfaceStixCommonProperties- Returns:
- The value of the
createdByRefattribute
-
getCreated
@JsonPropertyDescription("The created property represents the time at which the first version of this object was created. The timstamp value MUST be precise to the nearest millisecond.") @Redactable(useMask=true, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public StixInstant getCreated()- Specified by:
getCreatedin interfaceStixCommonProperties- Returns:
- The value of the
createdattribute
-
getLang
@JsonPropertyDescription("Identifies the language of the text content in this object using ISO 639-2 language codes.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public Optional<String> getLang()- Specified by:
getLangin interfaceStixCommonProperties- Returns:
- The value of the
langattribute
-
getExternalReferences
@JsonPropertyDescription("A list of external references which refers to non-STIX information.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public com.google.common.collect.ImmutableSet<ExternalReferenceType> getExternalReferences()- Specified by:
getExternalReferencesin interfaceStixCommonProperties- Returns:
- The value of the
externalReferencesattribute
-
getObjectMarkingRefs
@JsonPropertyDescription("The list of marking-definition objects to be applied to this object.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public com.google.common.collect.ImmutableSet<MarkingDefinitionDm> getObjectMarkingRefs()- Specified by:
getObjectMarkingRefsin interfaceBundleableObject- Specified by:
getObjectMarkingRefsin interfaceStixCommonProperties- Returns:
- The value of the
objectMarkingRefsattribute
-
getGranularMarkings
@JsonPropertyDescription("The set of granular markings that apply to this object.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public com.google.common.collect.ImmutableSet<GranularMarkingDm> getGranularMarkings()- Specified by:
getGranularMarkingsin interfaceBundleableObject- Specified by:
getGranularMarkingsin interfaceStixCommonProperties- Returns:
- The value of the
granularMarkingsattribute
-
getCustomProperties
@Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public com.google.common.collect.ImmutableMap<String,Object> getCustomProperties()Custom Properties for STIX Objects. Any object that supports custom properties will have a validation of the custom property prefix (typically "x_"). If the additional property in the JSON does not meet the StartsWith condition, then the JSON will be rejected.- Specified by:
getCustomPropertiesin interfaceStixCustomProperties- Returns:
- Map of custom properties
Map<String, Object>
-
getLabels
@JsonPropertyDescription("The labels property specifies a set of classifications.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public com.google.common.collect.ImmutableSet<String> getLabels()- Specified by:
getLabelsin interfaceStixLabels- Returns:
- The value of the
labelsattribute
-
getModified
@JsonPropertyDescription("The modified property represents the time that this particular version of the object was created. The timstamp value MUST be precise to the nearest millisecond.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public StixInstant getModified()- Specified by:
getModifiedin interfaceStixModified- Returns:
- The value of the
modifiedattribute
-
getRevoked
@JsonPropertyDescription("The revoked property indicates whether the object has been revoked.") @Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public StixBoolean getRevoked()- Specified by:
getRevokedin interfaceStixRevoked- Returns:
- The value of the
revokedattribute
-
withName
Copy the current immutable object by setting a present value for the optionalnameattribute.- Parameters:
value- The value for name- Returns:
- A modified copy of
thisobject
-
withName
Copy the current immutable object by setting an optional value for thenameattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for name- Returns:
- A modified copy of
thisobject
-
withDescription
Copy the current immutable object by setting a present value for the optionaldescriptionattribute.- Parameters:
value- The value for description- Returns:
- A modified copy of
thisobject
-
withDescription
Copy the current immutable object by setting an optional value for thedescriptionattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for description- Returns:
- A modified copy of
thisobject
-
withLatitude
Copy the current immutable object by setting a present value for the optionallatitudeattribute.- Parameters:
value- The value for latitude- Returns:
- A modified copy of
thisobject
-
withLatitude
Copy the current immutable object by setting an optional value for thelatitudeattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for latitude- Returns:
- A modified copy of
thisobject
-
withLongitude
Copy the current immutable object by setting a present value for the optionallongitudeattribute.- Parameters:
value- The value for longitude- Returns:
- A modified copy of
thisobject
-
withLongitude
Copy the current immutable object by setting an optional value for thelongitudeattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for longitude- Returns:
- A modified copy of
thisobject
-
withPrecision
Copy the current immutable object by setting a present value for the optionalprecisionattribute.- Parameters:
value- The value for precision- Returns:
- A modified copy of
thisobject
-
withPrecision
Copy the current immutable object by setting an optional value for theprecisionattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for precision- Returns:
- A modified copy of
thisobject
-
withRegion
Copy the current immutable object by setting a present value for the optionalregionattribute.- Parameters:
value- The value for region- Returns:
- A modified copy of
thisobject
-
withRegion
Copy the current immutable object by setting an optional value for theregionattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for region- Returns:
- A modified copy of
thisobject
-
withCountry
Copy the current immutable object by setting a present value for the optionalcountryattribute.- Parameters:
value- The value for country- Returns:
- A modified copy of
thisobject
-
withCountry
Copy the current immutable object by setting an optional value for thecountryattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for country- Returns:
- A modified copy of
thisobject
-
withAdministrativeArea
Copy the current immutable object by setting a present value for the optionaladministrativeAreaattribute.- Parameters:
value- The value for administrativeArea- Returns:
- A modified copy of
thisobject
-
withAdministrativeArea
Copy the current immutable object by setting an optional value for theadministrativeAreaattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for administrativeArea- Returns:
- A modified copy of
thisobject
-
withCity
Copy the current immutable object by setting a present value for the optionalcityattribute.- Parameters:
value- The value for city- Returns:
- A modified copy of
thisobject
-
withCity
Copy the current immutable object by setting an optional value for thecityattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for city- Returns:
- A modified copy of
thisobject
-
withStreetAddress
Copy the current immutable object by setting a present value for the optionalstreetAddressattribute.- Parameters:
value- The value for streetAddress- Returns:
- A modified copy of
thisobject
-
withStreetAddress
Copy the current immutable object by setting an optional value for thestreetAddressattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for streetAddress- Returns:
- A modified copy of
thisobject
-
withPostalCode
Copy the current immutable object by setting a present value for the optionalpostalCodeattribute.- Parameters:
value- The value for postalCode- Returns:
- A modified copy of
thisobject
-
withPostalCode
Copy the current immutable object by setting an optional value for thepostalCodeattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for postalCode- Returns:
- A modified copy of
thisobject
-
withRelationships
Copy the current immutable object with elements that replace the content ofrelationships.- Parameters:
elements- The elements to set- Returns:
- A modified copy of
thisobject
-
withRelationships
Copy the current immutable object with elements that replace the content ofrelationships. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
elements- An iterable of relationships elements to set- Returns:
- A modified copy of
thisobject
-
withHydrated
Copy the current immutable object by setting a value for thehydratedattribute. A value equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for hydrated- Returns:
- A modified copy of the
thisobject
-
withType
Copy the current immutable object by setting a value for thetypeattribute. An equals check used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for type (can benull)- Returns:
- A modified copy of the
thisobject
-
withId
Copy the current immutable object by setting a value for theidattribute. An equals check used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for id (can benull)- Returns:
- A modified copy of the
thisobject
-
withCreatedByRef
Copy the current immutable object by setting a present value for the optionalcreatedByRefattribute.- Parameters:
value- The value for createdByRef- Returns:
- A modified copy of
thisobject
-
withCreatedByRef
Copy the current immutable object by setting an optional value for thecreatedByRefattribute. A shallow reference equality check is used on unboxed optional value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for createdByRef- Returns:
- A modified copy of
thisobject
-
withCreated
Copy the current immutable object by setting a value for thecreatedattribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for created- Returns:
- A modified copy of the
thisobject
-
withLang
Copy the current immutable object by setting a present value for the optionallangattribute.- Parameters:
value- The value for lang- Returns:
- A modified copy of
thisobject
-
withLang
Copy the current immutable object by setting an optional value for thelangattribute. An equality check is used on inner nullable value to prevent copying of the same value by returningthis.- Parameters:
optional- A value for lang- Returns:
- A modified copy of
thisobject
-
withExternalReferences
Copy the current immutable object with elements that replace the content ofexternalReferences.- Parameters:
elements- The elements to set- Returns:
- A modified copy of
thisobject
-
withExternalReferences
Copy the current immutable object with elements that replace the content ofexternalReferences. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
elements- An iterable of externalReferences elements to set- Returns:
- A modified copy of
thisobject
-
withObjectMarkingRefs
Copy the current immutable object with elements that replace the content ofobjectMarkingRefs.- Parameters:
elements- The elements to set- Returns:
- A modified copy of
thisobject
-
withObjectMarkingRefs
Copy the current immutable object with elements that replace the content ofobjectMarkingRefs. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
elements- An iterable of objectMarkingRefs elements to set- Returns:
- A modified copy of
thisobject
-
withGranularMarkings
Copy the current immutable object with elements that replace the content ofgranularMarkings.- Parameters:
elements- The elements to set- Returns:
- A modified copy of
thisobject
-
withGranularMarkings
Copy the current immutable object with elements that replace the content ofgranularMarkings. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
elements- An iterable of granularMarkings elements to set- Returns:
- A modified copy of
thisobject
-
withCustomProperties
Copy the current immutable object by replacing thecustomPropertiesmap with the specified map. Nulls are not permitted as keys or values. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
entries- The entries to be added to the customProperties map- Returns:
- A modified copy of
thisobject
-
withLabels
Copy the current immutable object with elements that replace the content oflabels.- Parameters:
elements- The elements to set- Returns:
- A modified copy of
thisobject
-
withLabels
Copy the current immutable object with elements that replace the content oflabels. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
elements- An iterable of labels elements to set- Returns:
- A modified copy of
thisobject
-
withModified
Copy the current immutable object by setting a value for themodifiedattribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for modified- Returns:
- A modified copy of the
thisobject
-
withRevoked
Copy the current immutable object by setting a value for therevokedattribute. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for revoked- Returns:
- A modified copy of the
thisobject
-
equals
This instance is equal to all instances ofLocationthat have equal attribute values. -
hashCode
public int hashCode()Computes a hash code from attributes:name,description,latitude,longitude,precision,region,country,administrativeArea,city,streetAddress,postalCode,relationships,hydrated,type,id,createdByRef,created,lang,externalReferences,objectMarkingRefs,granularMarkings,customProperties,labels,modified,revoked. -
toString
Prints the immutable valueLocationwith attribute values. -
toJsonString
@Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public String toJsonString()Returns a lazily initialized value of the
toJsonStringattribute. Initialized once and only once and stored for subsequent access with proper synchronization.- Specified by:
toJsonStringin interfaceBundleableObject- Specified by:
toJsonStringin interfaceStixCommonProperties- Returns:
- A lazily initialized value of the
toJsonStringattribute
-
getSpecVersion
@Redactable(useMask=false, redactionMask="\u2588\u2588REDACTED\u2588\u2588") public String getSpecVersion()Helper attribute to track the STIX Spec Version that was used for this object.Returns a lazily initialized value of the
specVersionattribute. Initialized once and only once and stored for subsequent access with proper synchronization.- Specified by:
getSpecVersionin interfaceStixSpecVersion- Returns:
- A lazily initialized value of the
specVersionattribute
-
copyOf
Creates an immutable copy of aLocationSdovalue. Uses accessors to get values to initialize the new immutable instance. If an instance is already immutable, it is returned as is.- Parameters:
instance- The instance to copy- Returns:
- A copied immutable Location instance
-
builder
Creates a builder forLocation.- Returns:
- A new Location builder
-