All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.testing.model.Locale.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241231-2.0.0
Show newest version






Locale (Cloud Testing API v1-rev20241105-2.0.0)












com.google.api.services.testing.model

Class Locale

    • Constructor Detail

      • Locale

        public Locale()
    • Method Detail

      • getId

        public String getId()
        The id for this locale. Example: "en_US".
        Returns:
        value or null for none
      • setId

        public Locale setId(String id)
        The id for this locale. Example: "en_US".
        Parameters:
        id - id or null for none
      • getName

        public String getName()
        A human-friendly name for this language/locale. Example: "English".
        Returns:
        value or null for none
      • setName

        public Locale setName(String name)
        A human-friendly name for this language/locale. Example: "English".
        Parameters:
        name - name or null for none
      • getRegion

        public String getRegion()
        A human-friendly string representing the region for this locale. Example: "United States". Not present for every locale.
        Returns:
        value or null for none
      • setRegion

        public Locale setRegion(String region)
        A human-friendly string representing the region for this locale. Example: "United States". Not present for every locale.
        Parameters:
        region - region or null for none
      • getTags

        public List<String> getTags()
        Tags for this dimension. Example: "default".
        Returns:
        value or null for none
      • setTags

        public Locale setTags(List<String> tags)
        Tags for this dimension. Example: "default".
        Parameters:
        tags - tags or null for none
      • set

        public Locale set(String fieldName,
                          Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Locale clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy